mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
add CLONE_NEWTIME to os.__all__ (#13221)
This commit is contained in:
@@ -231,6 +231,7 @@ if sys.platform == "linux" and sys.version_info >= (3, 12):
|
||||
"CLONE_NEWNET",
|
||||
"CLONE_NEWNS",
|
||||
"CLONE_NEWPID",
|
||||
"CLONE_NEWTIME",
|
||||
"CLONE_NEWUSER",
|
||||
"CLONE_NEWUTS",
|
||||
"CLONE_SIGHAND",
|
||||
|
||||
Reference in New Issue
Block a user