-
-
Notifications
You must be signed in to change notification settings - Fork 292
RecursionError: maximum recursion depth exceeded with Astroid > 2.2.5 #865
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
Comments
@dickreuter thanks your report. Can you give us a snippet that reproduce the bug please? |
@hippo91 Not the OP. But i've hit this bug periodically with I tried to distill the relevant code from our repo into a simpler example. If you run
Hope this helps. |
Seems to be linked to pylint-dev/pylint#3836 pylint-dev/pylint#3985 and pylint-dev/pylint#3986 |
This repository in question no longer crashes. Seeing as all the linked If any problems still persist on the latest release, please let us know and I'll reopen! |
After version of Astroid to 2.2.5 I sometimes get the following error. I've been unable to reproduce is on a permanent basis, but the only way to solve it, is to downgrade to Astroid 2.2.5
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/astroid/decorators.py", line 32, in cached
return cache[func]
KeyError: <bound method MultiLineBlockMixin._get_assign_nodes of <FunctionDef.union_many l.360 at 0x7fe5700cbed0>>
...
RecursionError: maximum recursion depth exceeded
The text was updated successfully, but these errors were encountered: