Yury Selivanov added the comment:

As for refleak -- I looked at it briefly: simple "a = OrderedDict(); a = None" 
code leaks, so it must be somewhere in tp_new/tp_dealloc.  And I know what 
object is leaking - it's None.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16991>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to