]> granicus.if.org Git - python/commit
Close #12028: Make threading._get_ident() public, rename it to
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 30 May 2011 21:02:52 +0000 (23:02 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 30 May 2011 21:02:52 +0000 (23:02 +0200)
commit2a12974bca2433eea0131d904a423ed8234dcf7a
treee238e53c319beb8f913e3411fa91a98504d1743d
parentd976098e3bb53b9c52d55a303e1389a102ed8bae
Close #12028: Make threading._get_ident() public, rename it to
threading.get_ident() and document it. This function was used by
_thread.get_ident().
12 files changed:
Doc/library/signal.rst
Doc/library/threading.rst
Lib/logging/__init__.py
Lib/reprlib.py
Lib/test/lock_tests.py
Lib/test/test_capi.py
Lib/test/test_signal.py
Lib/test/test_sys.py
Lib/test/test_threaded_import.py
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS