[issue26343] os.O_CLOEXEC not available on OS X

STINNER Victor report at bugs.python.org
Thu Feb 11 17:43:52 EST 2016


STINNER Victor added the comment:

FYI Python creates non-inheritable file descriptors by default since Python 3.4: PEP 446.

See also the PEP 433 which has more information on OS support, especially:
https://www.python.org/dev/peps/pep-0433/#atomic-flags

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list