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

Jesús Cea Avión report at bugs.python.org
Fri Oct 26 02:48:10 CEST 2012


Jesús Cea Avión added the comment:

The cleanup code in python 3 validates my idea of simplifying cleanup moving "_execute_child()" after the platform specific code.

I wonder what "raise" will actually raise if this cleanup code catches & ignores "close()" exception :-).

----------

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


More information about the Python-bugs-list mailing list