]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-95060: Fix PyCode_Addr2Location when addrq < 0 (GH-95094)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Jul 2022 15:23:06 +0000 (08:23 -0700)
committerGitHub <noreply@github.com>
Thu, 21 Jul 2022 15:23:06 +0000 (08:23 -0700)
commite693f84cf79d81a10c9c63ab46cdf0fe2ebe9c10
tree925f3315194a5fda07980a7be905dec425639255
parentd19b5d85339653ec54658e67aa55ddf40f6461c5
[3.11] GH-95060: Fix PyCode_Addr2Location when addrq < 0 (GH-95094)

(cherry picked from commit a6daaf2a132efbb1965b4502ff8a8cf3b5afed0e)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
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