Issue #11223: fix test_dummy_threading, add _dummy_thread.info()
This commit is contained in:
parent
754851f456
commit
2d70e29998
|
@ -149,3 +149,6 @@ def interrupt_main():
|
|||
else:
|
||||
global _interrupt
|
||||
_interrupt = True
|
||||
|
||||
def info():
|
||||
return {'name': 'dummy'}
|
||||
|
|
Loading…
Reference in New Issue