]> granicus.if.org Git - python/commit
Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 2 Jun 2015 04:59:08 +0000 (22:59 -0600)
committerEric Snow <ericsnowcurrently@gmail.com>
Tue, 2 Jun 2015 04:59:08 +0000 (22:59 -0600)
commita762af74b2de734c44f7dc00358325d4485e2530
tree8bd74eaf0c0ab40cbeb80491a9afd6ed4b555432
parentfa1b47cc5a51095c43da5df0d6a042ec1f1b7d98
Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
Include/odictobject.h
Lib/test/test_collections.py
Misc/NEWS
Objects/odictobject.c