mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #11223: Replace threading._info() by sys.thread_info
This commit is contained in:
parent
fab6c70770
commit
d5c355ccc7
13 changed files with 119 additions and 108 deletions
|
@ -149,6 +149,3 @@ def interrupt_main():
|
|||
else:
|
||||
global _interrupt
|
||||
_interrupt = True
|
||||
|
||||
def info():
|
||||
return {'name': 'dummy'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue