[issue11284] slow close file descriptors in subprocess, popen2, os.popen*

STINNER Victor report at bugs.python.org
Wed Mar 2 14:49:40 CET 2011


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

Benchmark extracted from #11314, Python 3.2 on Linux: subprocess("/bin/false", close_fds=True) is 22% slower than subprocess("/bin/false", close_fds=False).

----------
stage:  -> patch review

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


More information about the Python-bugs-list mailing list