[issue13788] os.closerange optimization

Ross Lagerwall report at bugs.python.org
Sun Jan 15 05:48:53 CET 2012


Ross Lagerwall <rosslagerwall at gmail.com> added the comment:

Thanks for the patch.

However, this cannot as far as I understand be used for the subprocess implementation due to the limitation of what can be called after a fork() and before an exec().

Take a look at #8052 for some more discussion of this.

----------
nosy: +rosslagerwall

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


More information about the Python-bugs-list mailing list