summaryrefslogtreecommitdiffstats
path: root/Lib/threading.py
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-03-29 00:49:07 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-03-29 00:49:07 (GMT)
commit554d4f0c138df458d73031661a1bad91f6a02380 (patch)
tree69e8ff777deb45c11c00058296c01f7dff6feb3d /Lib/threading.py
parent8a69707b8087ea693a699176db083a13dbb52e69 (diff)
downloadcpython-554d4f0c138df458d73031661a1bad91f6a02380.zip
cpython-554d4f0c138df458d73031661a1bad91f6a02380.tar.gz
cpython-554d4f0c138df458d73031661a1bad91f6a02380.tar.bz2
At least let the module compile
Diffstat (limited to 'Lib/threading.py')
-rw-r--r--Lib/threading.py1
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()