[issue6643] joining a child that forks can deadlock in the forked child process

Reid Kleckner report at bugs.python.org
Tue Aug 4 23:18:45 CEST 2009


Reid Kleckner <rnk at mit.edu> added the comment:

Here's a patch for 3.2 which adds the fix and a test case.  I also
verified that the problem exists in 3.1, 2.7, and 2.6 and backported the
patch to those versions, but someone should review this one before I
upload those.

----------
keywords: +patch
versions: +Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file14648/forkdeadlock.diff

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


More information about the Python-bugs-list mailing list