[issue16327] subprocess.Popen leaks file descriptors on os.fork() failure

Charles-François Natali report at bugs.python.org
Fri Oct 26 09:30:05 CEST 2012


Charles-François Natali added the comment:

Also, I didn't check, but if the problems also occurs on execve()
failure, then it's much simpler: simply call Popen() with an
invalid/nonexisting executable.

----------

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


More information about the Python-bugs-list mailing list