]> granicus.if.org Git - python/commit
Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Nov 2016 11:18:24 +0000 (13:18 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 6 Nov 2016 11:18:24 +0000 (13:18 +0200)
commitf0b311bd739d36d62e81dacd27d098c496e8663a
treebebf1eae03e8b2e8687ec4952afd6e71245baddd
parent873305b28cbe11f192c6d4120405f629f1b18e1c
Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as
PyDict_GetItemWithError().  Patch by Xiang Zhang.
Lib/test/test_dict.py
Modules/_collectionsmodule.c
Modules/_testcapimodule.c
Objects/dictobject.c