You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./python
Python 3.9.0a5+ (heads/more_errors:54e6bc98a7, Apr 21 2020, 03:55:06)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> def f():
... pass
... pass
File "<stdin>", line 3
IndentationError: unindent does not match any outer indentation level
╰─ ./python -X oldparser
Python 3.9.0a5+ (heads/more_errors:54e6bc98a7, Apr 21 2020, 03:55:06)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> def f():
... pass
... pass
File "<stdin>", line 3
pass
^
IndentationError: unindent does not match any outer indentation level
Originally posted by @lysnikolaou in #105 (comment)
The text was updated successfully, but these errors were encountered: