mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +00:00
Issue #11223: fix test_dummy_threading, add _dummy_thread.info()
This commit is contained in:
parent
754851f456
commit
2d70e29998
1 changed files with 3 additions and 0 deletions
|
@ -149,3 +149,6 @@ def interrupt_main():
|
|||
else:
|
||||
global _interrupt
|
||||
_interrupt = True
|
||||
|
||||
def info():
|
||||
return {'name': 'dummy'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue