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

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