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

Antoine Pitrou report at bugs.python.org
Wed Mar 2 14:25:54 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

The patch is wrong, as explained by Charles-François.
If someone wants subprocess to use closefrom(), a patch is required :)

But I think at least a mention in the documentation is warranted.

----------
nosy: +gregory.p.smith, pitrou
priority: normal -> high
stage: patch review -> 

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


More information about the Python-bugs-list mailing list