Skip to content

gh-145876: Do not mask KeyErrors raised during dictionary unpacking in call#146472

Open
serhiy-storchaka wants to merge 1 commit intopython:mainfrom
serhiy-storchaka:ext-call-key-error
Open

gh-145876: Do not mask KeyErrors raised during dictionary unpacking in call#146472
serhiy-storchaka wants to merge 1 commit intopython:mainfrom
serhiy-storchaka:ext-call-key-error

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Mar 26, 2026

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

…king in call

KeyErrors raised in keys() or __getitem__() during dictionary unpacking
in call (func(**mymapping)) are no longer masked by TypeError.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant