]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144763: Don't detach the GIL in tracemalloc (#144779)
authorVictor Stinner <vstinner@python.org>
Wed, 18 Feb 2026 15:57:48 +0000 (16:57 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Feb 2026 15:57:48 +0000 (15:57 +0000)
commit83f4fffe3d78ba368c0d4864c42c7c9c9223f7d1
tree7a5f712ec6a358442014010206c63afdfba85c16
parentc582ff3c2508a8b1164ed861e4f304ba6a782546
gh-144763: Don't detach the GIL in tracemalloc (#144779)

tracemalloc no longer detaches the GIL to acquire its internal lock.

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Misc/NEWS.d/next/Library/2026-02-13-11-14-18.gh-issue-144763.cDwnEE.rst [new file with mode: 0644]
Python/tracemalloc.c