]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143057: avoid locking in `tracemalloc` C-APIs when it is not enabled (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 Dec 2025 16:04:24 +0000 (17:04 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Dec 2025 16:04:24 +0000 (16:04 +0000)
commit98f6db7e82454fec596a0fced7d5d5ef297281cc
treec3856bf8a6f23ccd8ee5f8cb2181818f952db1b6
parent6a3b861cb2c47aa936b3e0064a9aad07f688f0e3
[3.14] gh-143057: avoid locking in `tracemalloc` C-APIs when it is not enabled (GH-143065) (#143071)

gh-143057: avoid locking in `tracemalloc` C-APIs when it is not enabled (GH-143065)
(cherry picked from commit e728b006de984ab11532f5c9cf60c57671ec37ab)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Include/internal/pycore_tracemalloc.h
Misc/NEWS.d/next/Core_and_Builtins/2025-12-22-12-03-09.gh-issue-143057.Majsre.rst [new file with mode: 0644]
Python/tracemalloc.c