[issue874900] threading module can deadlock after fork

Antoine Pitrou report at bugs.python.org
Fri Sep 5 01:16:00 CEST 2008


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

Instead of os.write(), it is actually sufficient to sys.stdout.flush()
at the end of the subprocess. Patch attached.

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


More information about the Python-bugs-list mailing list