[issue8052] subprocess close_fds behavior should only close open fds

STINNER Victor report at bugs.python.org
Thu Mar 31 15:33:40 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

test_subprocess.test_leaking_fds_on_error takes more than 5 minutes on x86 FreeBSD 7.2 build slave! This tests creates 1,024 subprocesses, and subprocess has to close 655,000 file descriptors just to create on child process (whereas there are only something like 10 open files...).

----------

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


More information about the Python-bugs-list mailing list