Add _thread.start_joinable_thread and _thread.lock for 3.13 (#12588)

This commit is contained in:
Max Muoto
2024-08-29 10:20:02 -05:00
committed by GitHub
parent 70e9748f18
commit ad6eed0777
3 changed files with 17 additions and 5 deletions

View File

@@ -184,9 +184,6 @@ xml.sax.expatreader
# Module members that exist at runtime, but are missing from stubs
# ==========
_json.encode_basestring
_thread.LockType.acquire_lock
_thread.LockType.locked_lock
_thread.LockType.release_lock
_thread.RLock
_thread.allocate
_thread.exit_thread

View File

@@ -3,8 +3,6 @@
# =========================
# TODO: triage these new errors
_thread.lock
_thread.start_joinable_thread
_tkinter.create
doctest.TestResults.__doc__
doctest.TestResults.__new__