[New-bugs-announce] [issue43106] Some macOS open flags are missing from posixmodule.c

Ronald Oussoren report at bugs.python.org
Tue Feb 2 14:26:29 EST 2021


New submission from Ronald Oussoren <ronaldoussoren at mac.com>:

The following O_* flags are present in the macOS 11 SDK, but aren't provided by posixmodule.c:

O_FSYNC (alias for O_SYNC)
O_EVTONLY
O_SYMLINK
O_NOFOLLOW_ANY

----------
components: Extension Modules, macOS
keywords: easy (C)
messages: 386159
nosy: ned.deily, ronaldoussoren
priority: normal
severity: normal
stage: needs patch
status: open
title: Some macOS open flags are missing from posixmodule.c
type: enhancement
versions: Python 3.10

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


More information about the New-bugs-announce mailing list