mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
gh-121804: always show error location for SyntaxError's in basic repl (#123202)
This commit is contained in:
parent
ef9d54703f
commit
6822cb23c6
3 changed files with 46 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Correctly show error locations when a :exc:`SyntaxError` is raised
|
||||
in the basic REPL. Patch by Sergey B Kirpichev.
|
||||
Loading…
Add table
Add a link
Reference in a new issue