[issue19313] reference leaks

Nick Coghlan report at bugs.python.org
Sun Oct 20 14:37:50 CEST 2013


Nick Coghlan added the comment:

Just spotted the bug in http://hg.python.org/cpython/rev/b4a325275fb0

The "Py_XINCREF(name);" call should have been removed, as it's the counterpart to the removed "Py_CLEAR(u->u_qualname);" call

----------
nosy: +ncoghlan

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


More information about the Python-bugs-list mailing list