]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-94694: Fix column offsets for multi-line method lookups (GH-94721)
authorBrandt Bucher <brandtbucher@microsoft.com>
Sun, 10 Jul 2022 05:12:45 +0000 (22:12 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Jul 2022 05:12:45 +0000 (22:12 -0700)
commite5c8ad3e1518f81f7651d82bbadf5af5e3f402a7
tree19d19127769ee998471952a753dc2283148a285a
parent7b5737a51ac2f67ab1c1c1fdee75fbb59fd123ea
[3.11] GH-94694: Fix column offsets for multi-line method lookups (GH-94721)

(cherry picked from commit 264b3ddfd561d97204ffb30be6a7d1fb0555e560)
Lib/test/test_compile.py
Lib/test/test_traceback.py
Misc/NEWS.d/next/Core and Builtins/2022-07-08-16-44-11.gh-issue-94694.VkL2CM.rst [new file with mode: 0644]
Python/compile.c