[issue874900] threading module can deadlock after fork

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jul 8 14:25:31 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Attached patch releases the _active_limbo_lock after a fork(). It is not
a complete solution, since existing Thread objects don't correspond to
anything, but it corrects a problem in test_multiprocessing.

----------
keywords: +patch
nosy: +amaury.forgeotdarc
Added file: http://bugs.python.org/file10855/fork-and-thread.patch

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


More information about the Python-bugs-list mailing list