[issue10394] subprocess Popen deadlock

Charles-Francois Natali report at bugs.python.org
Mon Jan 10 22:48:46 CET 2011


Charles-Francois Natali <neologix at free.fr> added the comment:

It's now fixed in py3k, FD_CLOEXEC is set atomically (using pipe2 if available, otherwise it still has the GIL protection). See http://svn.python.org/view?view=rev&revision=87207

----------
nosy: +neologix, pitrou

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


More information about the Python-bugs-list mailing list