gh-121804: always show error location for SyntaxError's in basic repl (#123202)

This commit is contained in:
Sergey B Kirpichev 2024-09-03 15:37:29 +03:00 committed by GitHub
parent ef9d54703f
commit 6822cb23c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,2 @@
Correctly show error locations when a :exc:`SyntaxError` is raised
in the basic REPL. Patch by Sergey B Kirpichev.