commit | ac2a4fe8a20961590cc20cde2afd7cf0fc9ce8b2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jul 16 22:19:00 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jul 16 22:19:00 2013 +0200 |
tree | 4cc2c5be60d5e957768450832b007323a6756875 | |
parent | a9f61a5a2345b72802c8604fb4f45f06df75a719 [diff] |
Issue #18408: dict_new() now fails on new_keys_object() error Pass the MemoryError exception to the caller, instead of using empty keys.