[issue25410] Clean up and fix OrderedDict

Serhiy Storchaka report at bugs.python.org
Tue Oct 20 09:41:52 EDT 2015


Serhiy Storchaka added the comment:

Seems there is a leak in _odict_add_new_node() when PyObject_Hash(key) fails. Here is a fix.

----------
stage: commit review -> patch review
Added file: http://bugs.python.org/file40817/odict_add_new_node_leak.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25410>
_______________________________________


More information about the Python-bugs-list mailing list