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

This commit is contained in:
Victor Stinner 2011-04-20 00:26:28 +02:00
parent 754851f456
commit 2d70e29998
1 changed files with 3 additions and 0 deletions

View File

@ -149,3 +149,6 @@ def interrupt_main():
else:
global _interrupt
_interrupt = True
def info():
return {'name': 'dummy'}