]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-110455: Guard `assert(tstate->thread_id > 0)` with `GH-ifndef HAVE_PTHREAD_...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Oct 2023 23:48:48 +0000 (16:48 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2023 23:48:48 +0000 (23:48 +0000)
commit2465fe00140fd902e7b5b61e12db4a6f7107e2fa
tree655e5b1686904c815e01ccfcbbe7d4c57af22f73
parentb77f5eea70b2f46d7b94c645645db3475e9d4c0e
[3.12] GH-110455: Guard `assert(tstate->thread_id > 0)` with `GH-ifndef HAVE_PTHREAD_STUBS` (GH-110487) (GH-110491)

GH-110455: Guard `assert(tstate->thread_id > 0)` with `GH-ifndef HAVE_PTHREAD_STUBS` (GH-110487)
(cherry picked from commit 5fd8821cf8eb1fe2e8575f8c7cc747cf78855a88)

Co-authored-by: Brett Cannon <brett@python.org>
Misc/NEWS.d/next/Core and Builtins/2023-10-06-12-00-43.gh-issue-110455.8BjNGg.rst [new file with mode: 0644]
Python/pystate.c