[issue12105] open() does not able to set flags, such as O_CLOEXEC

Richard Oudkerk report at bugs.python.org
Thu Jan 3 13:45:05 CET 2013


Richard Oudkerk added the comment:

Note that on Windows there is an O_NOINHERIT flag which almost corresponds to O_CLOEXEC on Linux.

I don't think there is a need to use the win32 api.

----------
nosy: +sbt

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


More information about the Python-bugs-list mailing list