]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43591: Fix error location in interactive mode for errors at the end of the line...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 22 Mar 2021 16:24:39 +0000 (16:24 +0000)
committerGitHub <noreply@github.com>
Mon, 22 Mar 2021 16:24:39 +0000 (16:24 +0000)
commit123ff266cda9ad279106f20dca06ba114f6a9b8a
treed3df53642d022b546b718f9e4bffbc1477684528
parent39f643614d03748a5fad462fe7ed26a174a522fa
bpo-43591: Fix error location in interactive mode for errors at the end of the line (GH-24973)

Co-authored-by: Erlend Egeberg Aasland
Lib/test/test_cmd_line.py
Parser/pegen.c