[Python-checkins] r62025 - python/trunk/Lib/threading.py

amaury.forgeotdarc python-checkins at python.org
Sat Mar 29 01:49:08 CET 2008


Author: amaury.forgeotdarc
Date: Sat Mar 29 01:49:07 2008
New Revision: 62025

Modified:
   python/trunk/Lib/threading.py
Log:
At least let the module compile


Modified: python/trunk/Lib/threading.py
==============================================================================
--- python/trunk/Lib/threading.py	(original)
+++ python/trunk/Lib/threading.py	Sat Mar 29 01:49:07 2008
@@ -537,6 +537,7 @@
                 # assert that it's dead.
                 # XXX Temporary experiment
                 # self.__exc_clear()
+                pass
         finally:
             with _active_limbo_lock:
                 self.__stop()


More information about the Python-checkins mailing list