[issue33929] test_multiprocessing_spawn: WithProcessesTestProcess.test_many_processes() leaks 5 handles on Windows

STINNER Victor report at bugs.python.org
Wed Jun 27 05:43:46 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

Python 2.7 is not affected: it doesn't use DuplicateHandle() with DUPLICATE_CLOSE_SOURCE.

----------
versions: +Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33929>
_______________________________________


More information about the Python-bugs-list mailing list