Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d70e29

Browse files
author
Victor Stinner
committed
Issue #11223: fix test_dummy_threading, add _dummy_thread.info()
1 parent 754851f commit 2d70e29

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/_dummy_thread.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,6 @@ def interrupt_main():
149149
else:
150150
global _interrupt
151151
_interrupt = True
152+
153+
def info():
154+
return {'name': 'dummy'}

0 commit comments

Comments
 (0)