[issue9205] Parent process hanging in multiprocessing if children terminate unexpectedly

Jesse Noller report at bugs.python.org
Wed Jul 14 16:26:13 CEST 2010


Jesse Noller <jnoller at gmail.com> added the comment:

Passing the references seems to be a losing game; for _handle_workers - we  only need 1 function (debug) - for others (say _join_exited_workers), we need references to reversed/range/len.

A possible alternative is to make those threads non-daemon threads; but I'd have to test that.

----------

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


More information about the Python-bugs-list mailing list