[issue10241] gc fixes for module m_copy attribute

Stefan Krah report at bugs.python.org
Sun Oct 27 17:00:38 CET 2013


Stefan Krah added the comment:

Antoine Pitrou <report at bugs.python.org> wrote:
> Does pulling the Py_DECREF before the "if" fix the leaks?

Yes, but I get an additional failure in test_capi.  Apparently not all values
require the DECREF.  Got to look on a case by case basis.

----------

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


More information about the Python-bugs-list mailing list