##// END OF EJS Templates
filter-traceback: minimal change to make 3.13 happy...
marmoute -
r53406:3afe0be4 default
parent child Browse files
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