]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109195: fix source location for super load before LOAD_SUPER_ATTR (GH-10928...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Sep 2023 14:20:41 +0000 (07:20 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 14:20:41 +0000 (16:20 +0200)
commit2004e12d8d6268795425a57b4f5b4fb7e895d1ea
treecb497dd87e9ab3a63e6355dd8417d1f7bcaf7e03
parent8e96b98282d8da7702a963aa751d9ecc29826dda
[3.12] gh-109195: fix source location for super load before LOAD_SUPER_ATTR (GH-109289) (#109291)

gh-109195: fix source location for super load before LOAD_SUPER_ATTR (GH-109289)
(cherry picked from commit ceeb4173aee7b835f553a8286feaa48b98c16124)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2023-09-11-15-51-55.gh-issue-109195.iwxmuo.rst [new file with mode: 0644]
Python/compile.c