]> granicus.if.org Git - python/commit
bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)
authorJake Tesler <jake.tesler@gmail.com>
Sun, 12 May 2019 17:08:24 +0000 (10:08 -0700)
committerAntoine Pitrou <antoine@python.org>
Sun, 12 May 2019 17:08:24 +0000 (19:08 +0200)
commit4959c33d2555b89b494c678d99be81a65ee864b0
tree87df7778f170864ef1efe3418ac3cb3c47051c50
parent87068ed00927bdeaa2ae556e4241c16cf8a845eb
bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)
Doc/library/_thread.rst
Doc/library/threading.rst
Include/pythread.h
Lib/_dummy_thread.py
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS.d/next/Core and Builtins/2019-02-22-23-03-20.bpo-36084.86Eh4X.rst [new file with mode: 0644]
Modules/_threadmodule.c
Python/thread_nt.h
Python/thread_pthread.h