summaryrefslogtreecommitdiff
path: root/Lib/_dummy_thread.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-04-30 14:53:09 +0200
committerVictor Stinner <victor.stinner@haypocalc.com>2011-04-30 14:53:09 +0200
commitd5c355ccc70d011ef2010537838d9a82e24b2b80 (patch)
tree93cd12a87150e673d0a8b16c04ffcaff16fea3aa /Lib/_dummy_thread.py
parentfab6c70770c7c895a4dbd898a963e2c52da72c04 (diff)
downloadcpython-git-d5c355ccc70d011ef2010537838d9a82e24b2b80.tar.gz
Issue #11223: Replace threading._info() by sys.thread_info
Diffstat (limited to 'Lib/_dummy_thread.py')
-rw-r--r--Lib/_dummy_thread.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/_dummy_thread.py b/Lib/_dummy_thread.py
index f2465a9c99..13b1f26965 100644
--- a/Lib/_dummy_thread.py
+++ b/Lib/_dummy_thread.py
@@ -149,6 +149,3 @@ def interrupt_main():
else:
global _interrupt
_interrupt = True
-
-def info():
- return {'name': 'dummy'}