Gregory P. Smith <g...@krypto.org> added the comment:

This is likely solved in py3k 3.2 with the C _posixsubprocess.c module.  The 
pipe creation and cloexec flag setting is all done atomically when possible, 
and at least with the GIL held when not.  close_fds also now defaults to True.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2320>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to