[issue7213] subprocess leaks open file descriptors between Popen instances causing hangs

Gregory P. Smith report at bugs.python.org
Tue Dec 14 14:48:09 CET 2010


Gregory P. Smith <greg at krypto.org> added the comment:

I updated the documentation and changed the close_fds default on Windows to be True when possible per Giovanni's suggestion in r87229.  That keeps the API and defaults as consistent as possible across all platforms.

----------
resolution:  -> accepted
status: open -> closed

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


More information about the Python-bugs-list mailing list