mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 03:41:28 +08:00
Add os.setns for Linux on Python 3.12+ (#10789)
This commit is contained in:
@@ -344,6 +344,7 @@ if sys.platform != "win32":
|
||||
CLONE_SYSVSEM as CLONE_SYSVSEM,
|
||||
CLONE_THREAD as CLONE_THREAD,
|
||||
CLONE_VM as CLONE_VM,
|
||||
setns as setns,
|
||||
unshare as unshare,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user