[issue29513] os.scandir(str) reference leak (test_os refleak)

STINNER Victor report at bugs.python.org
Thu Feb 9 10:03:09 EST 2017


STINNER Victor added the comment:

scandir-refleak-3.6.patch LGTM. The following removed Py_CLEAR() is just redundant, so it's ok to remove it.

-    Py_CLEAR(iterator->path.object);

----------

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


More information about the Python-bugs-list mailing list