]> granicus.if.org Git - python/commit
Issue #18408: dict_new() now fails on new_keys_object() error
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 16 Jul 2013 20:19:00 +0000 (22:19 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 16 Jul 2013 20:19:00 +0000 (22:19 +0200)
commitac2a4fe8a20961590cc20cde2afd7cf0fc9ce8b2
tree4cc2c5be60d5e957768450832b007323a6756875
parenta9f61a5a2345b72802c8604fb4f45f06df75a719
Issue #18408: dict_new() now fails on new_keys_object() error

Pass the MemoryError exception to the caller, instead of using empty keys.
Objects/dictobject.c