]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)
authorGabriele N. Tornetta <P403n1x87@users.noreply.github.com>
Wed, 26 May 2021 14:40:14 +0000 (15:40 +0100)
committerGitHub <noreply@github.com>
Wed, 26 May 2021 14:40:14 +0000 (16:40 +0200)
commit90a6c07cb20114dda801f027a90df839225751cb
tree3ed985b2de44bd7bc7a75190a9e9a62e2ed0d7cb
parent4f725261c6cf23d259e8fdc205e12b76ef4d2d31
bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)
Include/cpython/pystate.h
Misc/NEWS.d/next/Core and Builtins/2021-04-17-16-08-00.bpo-43879.zkyJgh.rst [new file with mode: 0644]
Modules/_threadmodule.c
Python/pystate.c