[issue30602] [Windows] os.spawn*() tests of test_os leak references on Windows

STINNER Victor report at bugs.python.org
Thu Jun 15 07:26:44 EDT 2017


STINNER Victor added the comment:

Oh, I fixed a leak in test_spawnve_noargs() of test_os, but test_spawnv_noargs() still leaks :-) os.spawnv() is very similar to os.spawnve(). https://github.com/python/cpython/pull/2212 fixes os.spawnv() as well.

I tested that "python -m test -R 3:3 test_os" doesn't leak anymore with this second fix.

----------

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


More information about the Python-bugs-list mailing list