]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-93662: Make sure that column offsets are correct in multi-line method calls...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 16 Jun 2022 10:56:35 +0000 (11:56 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Jun 2022 10:56:35 +0000 (11:56 +0100)
commitdf091e14d8c5b25b9094ebb86857e30adc8e5abb
tree099e40124823defc9d684955632e06ccafd0c924
parent6e280326625eb5235131c0105cf72720419fcfda
[3.11] GH-93662: Make sure that column offsets are correct in multi-line method calls. (GH-93673) (#93895)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Lib/test/test_code.py
Misc/NEWS.d/next/Core and Builtins/2022-06-10-10-31-18.gh-issue-93662.-7RSC1.rst [new file with mode: 0644]
Python/compile.c