]> granicus.if.org Git - python/commit
Issue #11223: Replace threading._info() by sys.thread_info
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 30 Apr 2011 12:53:09 +0000 (14:53 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 30 Apr 2011 12:53:09 +0000 (14:53 +0200)
commitd5c355ccc70d011ef2010537838d9a82e24b2b80
tree93cd12a87150e673d0a8b16c04ffcaff16fea3aa
parentfab6c70770c7c895a4dbd898a963e2c52da72c04
Issue #11223: Replace threading._info() by sys.thread_info
13 files changed:
Doc/library/sys.rst
Doc/library/threading.rst
Doc/whatsnew/3.3.rst
Include/pythread.h
Lib/_dummy_thread.py
Lib/test/test_os.py
Lib/test/test_sys.py
Lib/test/test_threading.py
Lib/test/test_threadsignals.py
Lib/threading.py
Modules/_threadmodule.c
Python/sysmodule.c
Python/thread.c