Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754851f commit 2d70e29Copy full SHA for 2d70e29
1 file changed
Lib/_dummy_thread.py
@@ -149,3 +149,6 @@ def interrupt_main():
149
else:
150
global _interrupt
151
_interrupt = True
152
+
153
+def info():
154
+ return {'name': 'dummy'}
0 commit comments