Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maximum recursion depth exceeded while calling a Python object #73

Open
jaysneg opened this issue Mar 25, 2020 · 1 comment
Open

maximum recursion depth exceeded while calling a Python object #73

jaysneg opened this issue Mar 25, 2020 · 1 comment

Comments

@jaysneg
Copy link

jaysneg commented Mar 25, 2020

if pattern string contains more then 500 items it fails with RecursionError

if hasattr(listener, "enterObservationExpressionOr"):

RecursionError: maximum recursion depth exceeded while calling a Python object

@delliott90
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants