]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix PyCode_Addr2Location when addrq < 0 (GH-95091)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Thu, 21 Jul 2022 13:49:49 +0000 (21:49 +0800)
committerGitHub <noreply@github.com>
Thu, 21 Jul 2022 13:49:49 +0000 (14:49 +0100)
commita6daaf2a132efbb1965b4502ff8a8cf3b5afed0e
tree66a13d7bc2f3ad73b3e4b5ceb5e405a1391e4bb1
parent834bd5dd766cf212fb20d65d8a046c62a33006d4
Fix PyCode_Addr2Location when addrq < 0 (GH-95091)
Misc/NEWS.d/next/Core and Builtins/2022-07-21-19-19-20.gh-issue-95060.4xdT1f.rst [new file with mode: 0644]
Objects/codeobject.c