STINNER Victor <vstin...@python.org> added the comment:

I modified regrtest to use process groups in bpo-38502. It doesn't solve 
exactly this issue, but it does fix the overall problem of leaking running 
processes when a test fails for various reasons. For example, when using 
regrtest in multiprocessing (-jN) mode), if a test times out, child processes 
of this test will now be killed.

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue18969>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to