gh-145876: Do not mask AttributeErrors raised during dictionary unpacking by serhiy-storchaka · Pull Request #145906 · python/cpython
… unpacking
AttributeErrors raised in keys() or __getitem__() during
dictionary unpacking ({**mymapping} or func(**mymapping)) are
no longer masked by TypeError.
clin1234 pushed a commit to clin1234/cpython that referenced this pull request
… unpacking (pythonGH-145906) AttributeErrors raised in keys() or __getitem__() during dictionary unpacking ({**mymapping} or func(**mymapping)) are no longer masked by TypeError.
ljfp pushed a commit to ljfp/cpython that referenced this pull request
… unpacking (pythonGH-145906) AttributeErrors raised in keys() or __getitem__() during dictionary unpacking ({**mymapping} or func(**mymapping)) are no longer masked by TypeError.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters