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
Also, _ in the original example seems to be completely irrelevant, as long as it's a valid expression (i.e. not a syntax error). 0 for k in ..., None for k in ..., k for k in ..., etc. all crash equivalently.
Steps to reproduce
pylint
versionpylint yourfile.py
Current behavior
Pylint crashes with "maximum recursion depth exceeded".
Expected behavior
Pylint does not crash with "maximum recursion depth exceeded".
pylint --version output
The text was updated successfully, but these errors were encountered: