mirror of https://github.com/python/cpython
At least let the module compile
This commit is contained in:
parent
8a69707b80
commit
554d4f0c13
|
@ -537,6 +537,7 @@ class Thread(_Verbose):
|
|||
# assert that it's dead.
|
||||
# XXX Temporary experiment
|
||||
# self.__exc_clear()
|
||||
pass
|
||||
finally:
|
||||
with _active_limbo_lock:
|
||||
self.__stop()
|
||||
|
|
Loading…
Reference in New Issue