]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121804: always show error location for SyntaxError's in basic repl (#123202)
authorSergey B Kirpichev <skirpichev@gmail.com>
Tue, 3 Sep 2024 12:37:29 +0000 (15:37 +0300)
committerGitHub <noreply@github.com>
Tue, 3 Sep 2024 12:37:29 +0000 (12:37 +0000)
commit6822cb23c62032381971d8a47fd41d1e98710a8c
treeda368dc55e3db0716a81df0c2644985a937e4146
parentef9d54703f1f21d2fde2fe3ef49d4cf7c8b38f06
gh-121804: always show error location for SyntaxError's in basic repl (#123202)
Lib/test/test_repl.py
Misc/NEWS.d/next/Core and Builtins/2024-08-21-15-22-53.gh-issue-121804.r5K3PS.rst [new file with mode: 0644]
Python/pythonrun.c