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
I've modified my script from the original issue to include the whole Lib/test/test_patma.py. It uncovered one potential bug, but other than the good news is we are fully compatible (even though it takes a ridiculously large amount of time to parse that file, twice (due to the second pass)). I still haven't figured out the best way to optimize, but that is on my bucket list.
Where we have 2 top-level as-expressions (blabla as bla, blabla2 as bla2) it fails to parse since it doesn't recognize as expressions on the individual unparenthesized case expressions.
The text was updated successfully, but these errors were encountered:
I've modified my script from the original issue to include the whole
Lib/test/test_patma.py
. It uncovered one potential bug, but other than the good news is we are fully compatible (even though it takes a ridiculously large amount of time to parse that file, twice (due to the second pass)). I still haven't figured out the best way to optimize, but that is on my bucket list.The only example we can't parse is the following:
Where we have 2 top-level as-expressions (
blabla as bla, blabla2 as bla2
) it fails to parse since it doesn't recognize as expressions on the individual unparenthesized case expressions.The text was updated successfully, but these errors were encountered: