]> granicus.if.org Git - python/commit
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)
authorJake Tesler <jake.tesler@gmail.com>
Wed, 22 May 2019 15:43:17 +0000 (08:43 -0700)
committerVictor Stinner <vstinner@redhat.com>
Wed, 22 May 2019 15:43:16 +0000 (17:43 +0200)
commitb121f63155d8e3c7c42ab6122e36eaf7f5e9f7f5
treef8e48c2d296e82b1378bb2bf25a34e1ca8321c85
parentb3be4072888a4ce054993c2801802721466ea02d
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)

Add native thread ID (TID) to threading.Thread objects
(supported platforms: Windows, FreeBSD, Linux, macOS).
Doc/library/_thread.rst
Doc/library/threading.rst
Include/pythread.h
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