]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-94694: Fix column offsets for multi-line method lookups (GH-94697)
authorBrandt Bucher <brandtbucher@microsoft.com>
Sun, 10 Jul 2022 00:22:23 +0000 (17:22 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Jul 2022 00:22:23 +0000 (17:22 -0700)
commit264b3ddfd561d97204ffb30be6a7d1fb0555e560
tree7c18cb52295ed1a678fdbd1e9d0722ff70eba84c
parenta10cf2f6b3766f9dbbe54bdaacfb3f2ca406ea3d
GH-94694: Fix column offsets for multi-line method lookups (GH-94697)
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