]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148037: remove critical section from `PyCode_Addr2Line` (#148103) main
authorKumar Aditya <kumaraditya@python.org>
Fri, 10 Apr 2026 12:28:17 +0000 (17:58 +0530)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2026 12:28:17 +0000 (17:58 +0530)
commitd3b7b93cbbbf53061a95eb60cc116c9fec31c5b4
treea864dce9368eae494606a9212dee2b37ed683945
parent1a0edb1fa899c067f19b09598b45cdb6e733c4ee
gh-148037: remove critical section from `PyCode_Addr2Line` (#148103)
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