◐ Shell
clean mode source ↗

gh-145876: Do not mask KeyErrors raised during dictionary unpacking in call by serhiy-storchaka · Pull Request #146472 · python/cpython

…king in call

KeyErrors raised in keys() or __getitem__() during dictionary unpacking
in call (func(**mymapping)) are no longer masked by TypeError.

maurycy added a commit to maurycy/cpython that referenced this pull request

Mar 30, 2026

clin1234 pushed a commit to clin1234/cpython that referenced this pull request

Apr 16, 2026
…king in call (pythonGH-146472)

KeyErrors raised in keys() or __getitem__() during dictionary unpacking
in call (func(**mymapping)) are no longer masked by TypeError.

ljfp pushed a commit to ljfp/cpython that referenced this pull request

Apr 25, 2026
…king in call (pythonGH-146472)

KeyErrors raised in keys() or __getitem__() during dictionary unpacking
in call (func(**mymapping)) are no longer masked by TypeError.