diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-03-29 00:49:07 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-03-29 00:49:07 (GMT) |
commit | 554d4f0c138df458d73031661a1bad91f6a02380 (patch) | |
tree | 69e8ff777deb45c11c00058296c01f7dff6feb3d /Lib/threading.py | |
parent | 8a69707b8087ea693a699176db083a13dbb52e69 (diff) | |
download | cpython-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.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() |