[issue26343] os.O_CLOEXEC not available on OS X

Gustavo Goretkin report at bugs.python.org
Thu Feb 11 23:48:19 EST 2016


Gustavo Goretkin added the comment:

Can the documentation be updated accordingly? Currently the documentation (roughly) says that this is available.

If not separately noted, all functions that claim “Availability: Unix” are supported on Mac OS X, which builds on a Unix core.

....
os.O_EXLOCK
os.O_CLOEXEC

    These constants are only available on Unix.

----------

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


More information about the Python-bugs-list mailing list