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
Restore compatibility with Python 3.9's legacy LL(1) parser
The legacy LL(1) parser cannot handle compound with-statements using
grouping parentheses and the `EXPR as TARGET` syntax, because it is not
LL(1)-recognizable.
This partially reverts commit f151eec.
0 commit comments