[issue43106] Some macOS open flags are missing from posixmodule.c

Dong-hee Na report at bugs.python.org
Wed Feb 3 03:34:27 EST 2021


Dong-hee Na <donghee.na at python.org> added the comment:

O_FSYNC could be used as an alias of O_SYNC.
O_EVTONLY is used for kqueue API.

but other flags I don't know where to use it.
So I submit the patch to add O_FSYNC and O_EVTONLY only.

If other flags should be added, please let me know

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43106>
_______________________________________


More information about the Python-bugs-list mailing list