This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients corona10, ned.deily, ronaldoussoren
Date 2021-02-03.08:34:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612341267.85.0.122874262725.issue43106@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-02-03 08:34:27corona10setrecipients: + corona10, ronaldoussoren, ned.deily
2021-02-03 08:34:27corona10setmessageid: <1612341267.85.0.122874262725.issue43106@roundup.psfhosted.org>
2021-02-03 08:34:27corona10linkissue43106 messages
2021-02-03 08:34:27corona10create