Add POSIX_SPAWN_CLOSEFROM for 3.13 linux (#12386)

This commit is contained in:
Max Muoto
2024-07-20 22:59:46 -05:00
committed by GitHub
parent 63100c17fe
commit 5eaa400f2b
3 changed files with 2 additions and 2 deletions

View File

@@ -1168,6 +1168,7 @@ if sys.version_info >= (3, 13) and sys.platform == "linux":
TFD_TIMER_CANCEL_ON_SET: Final = 2
TFD_NONBLOCK: Final[int]
TFD_CLOEXEC: Final[int]
POSIX_SPAWN_CLOSEFROM: Final[int]
def timerfd_create(clockid: int, /, *, flags: int = 0) -> int: ...
def timerfd_settime(