[issue26762] test_multiprocessing_spawn leaves processes running in background

STINNER Victor report at bugs.python.org
Tue Jul 25 22:53:22 EDT 2017


STINNER Victor added the comment:

Ok, now test_multiprocessing_spawn should not "leak" processes nor threads anymore. I fixed Python 3.6 and master. I close the issue.

I don't think that it's worth it to fix tests in 2.7, and 3.5 is entering security-only mode.

Note: I will backport bpo-31019 to Python 2.7, since this issue changes the code, not tests.

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list