mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +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
|
||||
|
||||
Reference in New Issue
Block a user