]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-110455: Guard `assert(tstate->thread_id > 0)` with `#ifndef HAVE_PTHREAD_STUBS...
authorBrett Cannon <brett@python.org>
Fri, 6 Oct 2023 23:12:19 +0000 (16:12 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2023 23:12:19 +0000 (16:12 -0700)
commit5fd8821cf8eb1fe2e8575f8c7cc747cf78855a88
treeaac591f85a540fcbff2ce55d6002af6ae791d137
parentf013b475047b2e9d377feda9f2e16e5cdef824d7
GH-110455: Guard `assert(tstate->thread_id > 0)` with `#ifndef HAVE_PTHREAD_STUBS` (GH-110487)
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