Show More
@@ -34,6 +34,9 for line in sys.stdin: | |||||
34 | # PEP 657: Fine-grained error locations in tracebacks |
|
34 | # PEP 657: Fine-grained error locations in tracebacks | |
35 | # ~~~~~~^^^^^^^^^ |
|
35 | # ~~~~~~^^^^^^^^^ | |
36 | continue |
|
36 | continue | |
|
37 | elif line.startswith(' '): | |||
|
38 | # Python 3.13 provide de full statement context | |||
|
39 | continue | |||
37 |
|
40 | |||
38 | elif state == 'file': |
|
41 | elif state == 'file': | |
39 | # Ignore one line after " File ", but sometimes "File" lines are |
|
42 | # Ignore one line after " File ", but sometimes "File" lines are |
General Comments 0
You need to be logged in to leave comments.
Login now