Add a stub for sys.thread_info (#10016)

This commit is contained in:
Tomas R
2023-04-07 10:31:57 +02:00
committed by GitHub
parent 49815eac25
commit cc674b5dce
2 changed files with 14 additions and 1 deletions

View File

@@ -171,7 +171,6 @@ ssl.Purpose.__new__ # the multiple inheritance confuses mypy
(sys.get_int_max_str_digits)? # Added in a patch release, backported to all security branches, but has yet to find its way to all GitHub Actions images
sys.implementation # Actually SimpleNamespace but then you wouldn't have convenient attributes
(sys.set_int_max_str_digits)? # Added in a patch release, backported to all security branches, but has yet to find its way to all GitHub Actions images
sys.thread_info
tarfile.TarFile.errors # errors is initialized for some reason as None even though it really only accepts str
threading.Condition.acquire # Condition functions are exported in __init__
threading.Condition.release # Condition functions are exported in __init__