]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)
authorCarl Meyer <carl@oddbird.net>
Mon, 11 Sep 2023 23:35:49 +0000 (17:35 -0600)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 23:35:49 +0000 (17:35 -0600)
commitceeb4173aee7b835f553a8286feaa48b98c16124
treed1f236174708b0d6c45ba7c79ea5986494cf6465
parentfbaf77eb9bd1e6812ebf984d32b29b025cc037d6
gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)
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