]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112535: Implement fallback implementation of _Py_ThreadId() (gh-113185)
authorDonghee Na <donghee.na@python.org>
Mon, 18 Dec 2023 16:54:49 +0000 (16:54 +0000)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2023 16:54:49 +0000 (16:54 +0000)
commitd00dbf541525fcb36c9c6ebb7b41a5637c5aa6c0
tree6f8d19d85f3cca55f6e913ddde727b83cd66fbfa
parent59f0766ae5aef8bd393a53ab9234371b7d165ec3
gh-112535: Implement fallback implementation of _Py_ThreadId() (gh-113185)

---------

Co-authored-by: Sam Gross <colesbury@gmail.com>
Include/object.h
Python/pystate.c