[issue26769] Python 2.7: make private file descriptors non inheritable

STINNER Victor report at bugs.python.org
Mon Dec 5 12:43:32 EST 2016


STINNER Victor added the comment:

Sorry, I loose interest on this backport. The patch is large, the risk of regression is high, the goal is non-obvious. I'm not sure that such bugfix is still useful since Python 2.7 is old and developers know how to workaround Python 2.7 limitations.

The problem of non-inheritable file descriptors is that it requires to modify a lot of code, not only a few functions.

For all these reasons, I prefer to close the issue as WONTFIX.

----------
resolution:  -> wont fix
status: open -> closed

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


More information about the Python-bugs-list mailing list