Issue #11223: Replace threading._info() by sys.thread_info

This commit is contained in:
Victor Stinner 2011-04-30 14:53:09 +02:00
parent fab6c70770
commit d5c355ccc7
13 changed files with 119 additions and 108 deletions

View file

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