mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
At least let the module compile
This commit is contained in:
parent
8a69707b80
commit
554d4f0c13
1 changed files with 1 additions and 0 deletions
|
@ -537,6 +537,7 @@ class Thread(_Verbose):
|
||||||
# assert that it's dead.
|
# assert that it's dead.
|
||||||
# XXX Temporary experiment
|
# XXX Temporary experiment
|
||||||
# self.__exc_clear()
|
# self.__exc_clear()
|
||||||
|
pass
|
||||||
finally:
|
finally:
|
||||||
with _active_limbo_lock:
|
with _active_limbo_lock:
|
||||||
self.__stop()
|
self.__stop()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue