[issue10241] gc fixes for module m_copy attribute

Stefan Krah report at bugs.python.org
Sun Oct 27 13:25:12 CET 2013


Stefan Krah added the comment:

One example of a leaked object is "hexversion", from sysmodule.c:1615.
I tried adding it to sys_deletes[] in import.c, but it did not help.

See valgrind.out for other leaks.

----------

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


More information about the Python-bugs-list mailing list