Kaydet (Commit) 2d70e299 authored tarafından Victor Stinner's avatar Victor Stinner

Issue #11223: fix test_dummy_threading, add _dummy_thread.info()

üst 754851f4
...@@ -149,3 +149,6 @@ def interrupt_main(): ...@@ -149,3 +149,6 @@ def interrupt_main():
else: else:
global _interrupt global _interrupt
_interrupt = True _interrupt = True
def info():
return {'name': 'dummy'}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment