]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121804: Always show error location for SyntaxError's in new repl (GH-121886...
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 19 Aug 2024 19:01:58 +0000 (22:01 +0300)
committerGitHub <noreply@github.com>
Mon, 19 Aug 2024 19:01:58 +0000 (20:01 +0100)
commitc8f4069ab1602a1f67239fef0e11cc3e72c0045d
tree958e6704cd0102ea848a511fec9f7d8f50cc9dd7
parent21399a096302ea577efd9a12c2f08b4458d095bd
[3.13] gh-121804: Always show error location for SyntaxError's in new repl (GH-121886) (#123148)

(cherry picked from commit 354d55eb1fa40f272419aa6459ee5d2c4804c8ea)
Lib/_pyrepl/console.py
Lib/code.py
Lib/idlelib/pyshell.py
Lib/test/test_pyrepl/test_interact.py
Misc/NEWS.d/next/Library/2024-07-16-20-49-07.gh-issue-121804.gYN-In.rst [new file with mode: 0644]