mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-15 14:31:59 +08:00
add CLONE_NEWTIME to os.__all__ (#13221)
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
# =======
|
||||
# >= 3.12
|
||||
# =======
|
||||
|
||||
# These seem like they should be available on Linux, but they're not
|
||||
# on GitHub Actions runners for some reason.
|
||||
os.CLONE_NEWTIME
|
||||
posix.CLONE_NEWTIME
|
||||
|
||||
|
||||
# =============================================================
|
||||
# Allowlist entries that cannot or should not be fixed; <= 3.12
|
||||
# =============================================================
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
# =======
|
||||
# >= 3.12
|
||||
# =======
|
||||
|
||||
# These seem like they should be available on Linux, but they're not
|
||||
# on GitHub Actions runners for some reason.
|
||||
os.CLONE_NEWTIME
|
||||
posix.CLONE_NEWTIME
|
||||
|
||||
@@ -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