From 554d4f0c138df458d73031661a1bad91f6a02380 Mon Sep 17 00:00:00 2001 From: Amaury Forgeot d'Arc Date: Sat, 29 Mar 2008 00:49:07 +0000 Subject: [PATCH] At least let the module compile --- Lib/threading.py | 1 + 1 file changed, 1 insertion(+) 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() -- 2.50.1