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
We ran into a similar problem with one of our projects. I think it's a limitation of Antlr and Python. We solved the problem but increasing the recursion limit. The original issue related to Antlr can be found at antlr/antlr4#984
if pattern string contains more then 500 items it fails with RecursionError
RecursionError: maximum recursion depth exceeded while calling a Python object
The text was updated successfully, but these errors were encountered: