Barry A. Warsaw added the comment:

Well, one thing I noticed is that init_stuff() in cPickle.c can leak the 
copy_reg module object, if any of the subsequent PyObject_GetAttr*() calls 
fail.  They return -1 without decref'ing copyreg.  Probably not a horrible leak 
since it's probably rare, but it should be fixed on principle.

----------

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

Reply via email to