[issue19972] Leak in pickle (?)

STINNER Victor report at bugs.python.org
Fri Dec 13 11:58:17 CET 2013


STINNER Victor added the comment:

According to the example in the PEP 3121, issue19972.patch is not needed.

In practice, I don't see in PyImport_Cleanup() where tp_clear is called. This function calls:

   _PyModule_Clear(mod);
   Py_DECREF(mod);

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list