]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138661: fix data race in `PyCode_Addr2Line` (#138664)
authorKumar Aditya <kumaraditya@python.org>
Fri, 12 Sep 2025 12:34:55 +0000 (18:04 +0530)
committerGitHub <noreply@github.com>
Fri, 12 Sep 2025 12:34:55 +0000 (18:04 +0530)
commitea26f6da39294b7d3c28873d070a2218bd528b5f
tree987c296ccacad2c155ec88a7d80afa6798e7c31d
parentc3fca5d4785a7e8406e864a662433644bffb4818
gh-138661: fix data race in `PyCode_Addr2Line` (#138664)
Include/internal/pycore_code.h
Objects/codeobject.c
Python/traceback.c