]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128679: Use _PyThreadState_GET() in tracemalloc.c (#129126)
authorVictor Stinner <vstinner@python.org>
Tue, 21 Jan 2025 13:43:31 +0000 (14:43 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 13:43:31 +0000 (14:43 +0100)
commit31f149d5b3a5c6cb1160a052c96a35c36f2a27db
tree7783adfd746c3a1662b260120274ce5b323a7d95
parent6a0f915aaea869cae799349047eef6f9f3c6e2dc
gh-128679: Use _PyThreadState_GET() in tracemalloc.c (#129126)

Replace uncommon PyGILState_GetThisThreadState() with common
_PyThreadState_GET().
Python/tracemalloc.c