At least let the module compile

This commit is contained in:
Amaury Forgeot d'Arc 2008-03-29 00:49:07 +00:00
parent 8a69707b80
commit 554d4f0c13
1 changed files with 1 additions and 0 deletions

View File

@ -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()