]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148037: remove critical section from `PyCode_Addr2Line` (GH… (#148353)
authorKumar Aditya <kumaraditya@python.org>
Fri, 10 Apr 2026 18:29:38 +0000 (23:59 +0530)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2026 18:29:38 +0000 (23:59 +0530)
commitf36da66c716e892aacdf9453325ff05b89fe7e70
tree000c8f2d1de0f57f9dd455e5e7826d7535a9e58c
parent288cbacfb91377eb591f44c9ae16e7cbf092abd8
[3.14] gh-148037: remove critical section from `PyCode_Addr2Line` (GH… (#148353)

[3.14] gh-148037: remove critical section from `PyCode_Addr2Line` (GH-148103)
(cherry picked from commit d3b7b93cbbbf53061a95eb60cc116c9fec31c5b4)
Include/internal/pycore_instruments.h
Misc/NEWS.d/next/Core_and_Builtins/2026-04-09-14-18-33.gh-issue-148037.aP3CSX.rst [new file with mode: 0644]
Objects/codeobject.c
Python/instrumentation.c
Python/legacy_tracing.c