add CLONE_NEWTIME to os.__all__ (#13221)

This commit is contained in:
Stephen Morton
2024-12-08 14:10:41 -08:00
committed by GitHub
parent dc6b89c793
commit edee8d3157
5 changed files with 7 additions and 20 deletions

View File

@@ -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
# =============================================================

View File

@@ -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