mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
[3.13] gh-121804: Always show error location for SyntaxError's in new repl (GH-121886) (#123148)
(cherry picked from commit 354d55eb1f
)
This commit is contained in:
parent
21399a0963
commit
c8f4069ab1
5 changed files with 29 additions and 7 deletions
|
@ -706,7 +706,7 @@ class ModifiedInterpreter(InteractiveInterpreter):
|
|||
del _filename, _sys, _dirname, _dir
|
||||
\n""".format(filename))
|
||||
|
||||
def showsyntaxerror(self, filename=None):
|
||||
def showsyntaxerror(self, filename=None, **kwargs):
|
||||
"""Override Interactive Interpreter method: Use Colorizing
|
||||
|
||||
Color the offending position instead of printing it and pointing at it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue