]> granicus.if.org Git - python/commitdiff
Issue #11223: fix test_dummy_threading, add _dummy_thread.info()
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 19 Apr 2011 22:26:28 +0000 (00:26 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 19 Apr 2011 22:26:28 +0000 (00:26 +0200)
Lib/_dummy_thread.py

index 13b1f26965a201019ab3ccf91e7a6da2fb51ee8f..f2465a9c99d4769b4ff3f084ee59d4219d6573bd 100644 (file)
@@ -149,3 +149,6 @@ def interrupt_main():
     else:
         global _interrupt
         _interrupt = True
+
+def info():
+    return {'name': 'dummy'}