]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: Fix PyDict_New() to handle correctly new_keys_object() failure
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 8 Jul 2013 20:19:20 +0000 (22:19 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 8 Jul 2013 20:19:20 +0000 (22:19 +0200)
commitc9b7f51ec203ea5148014741d1fefe1a0faeefa1
treec6ef51aa76de8671b16a4d0303f0da37cd228203
parent5d1866c78a4caf9825a0ce90863c19f65279da86
Issue #18408: Fix PyDict_New() to handle correctly new_keys_object() failure
(MemoryError).
Objects/dictobject.c