commit | 554d4f0c138df458d73031661a1bad91f6a02380 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Mar 29 00:49:07 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Mar 29 00:49:07 2008 +0000 |
tree | 69e8ff777deb45c11c00058296c01f7dff6feb3d | |
parent | 8a69707b8087ea693a699176db083a13dbb52e69 [diff] [blame] |
At least let the module compile
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 @@ # assert that it's dead. # XXX Temporary experiment # self.__exc_clear() + pass finally: with _active_limbo_lock: self.__stop()