[issue13788] os.closerange optimization

Gregory P. Smith report at bugs.python.org
Sun Jan 15 16:25:49 CET 2012


Gregory P. Smith <greg at krypto.org> added the comment:

Reopening.  Comments added to the code review.

This issue is independent of the subprocess module issue in #8052.  The _posixsubprocess.c has its own fd closing loop.

 http://hg.python.org/cpython/file/050c07b31192/Modules/_posixsubprocess.c#l118

----------
assignee:  -> gregory.p.smith
nosy: +gregory.p.smith
resolution: duplicate -> 
status: closed -> open
superseder: subprocess close_fds behavior should only close open fds -> 

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


More information about the Python-bugs-list mailing list