]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39947: Add PyThreadState_GetID() function (GH-19163)
authorVictor Stinner <vstinner@python.org>
Wed, 25 Mar 2020 20:23:53 +0000 (21:23 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 20:23:53 +0000 (21:23 +0100)
commit5c3cda0d1a850a1a9b43892f48376b8876bd5863
tree723a2cb38dfec21de9cabe70d2bc952986788f5f
parent0e427c6d159e86f17270770cd8dc37372e3c4004
bpo-39947: Add PyThreadState_GetID() function (GH-19163)

Add PyThreadState_GetID() function: get the unique identifier of a
Python thread state.
Doc/c-api/init.rst
Doc/whatsnew/3.9.rst
Include/pystate.h
Misc/NEWS.d/next/C API/2020-03-25-19-44-55.bpo-39947.2OxvPt.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Python/pystate.c