]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread state (...
authorPeter Bierma <zintensitydev@gmail.com>
Mon, 20 Jan 2025 11:34:35 +0000 (06:34 -0500)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 11:34:35 +0000 (17:04 +0530)
commit4d0a6595a06c554c57ebd90ee64ff4c2bec239b8
treea44951c47b86cbc327cdd5e1a588b467dc758a36
parentc6b570e5e3b214d2038645c5fa7806e0fb3f7dcd
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread state (#128361)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Include/internal/pycore_pystate.h
Modules/socketmodule.c
Objects/object.c
Objects/obmalloc.c
Python/ceval_gil.c
Python/errors.c
Python/fileutils.c
Python/legacy_tracing.c
Python/pystate.c
Python/pytime.c
Python/tracemalloc.c