]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138661: fix data race in `PyCode_Addr2Line` (GH-138664) (#138834)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 18:06:45 +0000 (20:06 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 18:06:45 +0000 (18:06 +0000)
commitbfcd5f25a55443103a64dd8af5624c84df02c5e4
treec6ce2d93be589e812aee24d30dec9afa04e22b77
parent98d33bf19c6b0829410e632f7477602b6859726e
[3.14] gh-138661: fix data race in `PyCode_Addr2Line` (GH-138664) (#138834)

gh-138661: fix data race in `PyCode_Addr2Line` (GH-138664)
(cherry picked from commit ea26f6da39294b7d3c28873d070a2218bd528b5f)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Include/internal/pycore_code.h
Objects/codeobject.c
Python/traceback.c