[issue7123] Multiprocess Process does not always exit when run from a thread.

Antoine Pitrou report at bugs.python.org
Wed Oct 14 16:03:43 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Acccording to http://blogs.sun.com/chrisg/entry/lwp_park_and_lwp_unpark,
the lwp_park() call could point to a mutex which is waiting to be acquired.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list