]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121058: Warn if `PyThreadState_Clear` is called with an exception set (gh-121343)
authorPeter Bierma <zintensitydev@gmail.com>
Wed, 20 Nov 2024 17:27:19 +0000 (12:27 -0500)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2024 17:27:19 +0000 (10:27 -0700)
commit6c1a4fb6d400827155fd70e48d682e35397731a1
tree235d6b3e85d268e1ef49b8fcec7b6fd533d4aa7a
parentaea0c586d181abb897511b6b46d28bfbe4858f79
gh-121058: Warn if `PyThreadState_Clear` is called with an exception set (gh-121343)
Misc/NEWS.d/next/C API/2024-07-03-13-39-13.gh-issue-121058.MKi1MV.rst [new file with mode: 0644]
Python/pystate.c