summaryrefslogtreecommitdiff
path: root/Lib/_dummy_thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/_dummy_thread.py')
-rw-r--r--Lib/_dummy_thread.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/_dummy_thread.py b/Lib/_dummy_thread.py
index 13b1f26965..f2465a9c99 100644
--- a/Lib/_dummy_thread.py
+++ b/Lib/_dummy_thread.py
@@ -149,3 +149,6 @@ def interrupt_main():
else:
global _interrupt
_interrupt = True
+
+def info():
+ return {'name': 'dummy'}