mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add POSIX_SPAWN_CLOSEFROM for 3.13 linux (#12386)
This commit is contained in:
@@ -241,6 +241,7 @@ if sys.platform != "win32":
|
||||
|
||||
if sys.version_info >= (3, 13) and sys.platform == "linux":
|
||||
from os import (
|
||||
POSIX_SPAWN_CLOSEFROM as POSIX_SPAWN_CLOSEFROM,
|
||||
TFD_CLOEXEC as TFD_CLOEXEC,
|
||||
TFD_NONBLOCK as TFD_NONBLOCK,
|
||||
TFD_TIMER_ABSTIME as TFD_TIMER_ABSTIME,
|
||||
|
||||
Reference in New Issue
Block a user