diff options
-rw-r--r-- | Lib/threading.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/threading.py b/Lib/threading.py index b7b7023..f2d28f4 100644 --- a/Lib/threading.py +++ b/Lib/threading.py @@ -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() |