From: Amaury Forgeot d'Arc Date: Sat, 29 Mar 2008 00:49:07 +0000 (+0000) Subject: At least let the module compile X-Git-Tag: v2.6a2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=554d4f0c138df458d73031661a1bad91f6a02380;p=python At least let the module compile --- diff --git a/Lib/threading.py b/Lib/threading.py index b7b702323b..f2d28f40b8 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()