-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
regression: modified_iterating_checker exception #7528
Comments
@Pierre-Sassoulas I'd updated the original report with a reproduction, please take another look. |
Thank you for opening the issue and the reproducer, this fail on main. |
@orSolocate Do you want to take a look at this? |
Tested in the following versions of pylint 2.13.0 (can repro same error as issue) So issue was there in the original implementation of the modified iterating checker, fixed in a couple minor versions, then came back up again. If I have more time today I can continue to look into this with git bisect and find the commit. |
Git bisect suggests this commit brought the issue back in pylint v2.15.2 I can continue with the fix later today. |
@clavedeluna thanks for the fix man! |
Bug description
modified_iterating_checker exception on code that passes fine with earlier pylint versions
Configuration
No response
Command used
Pylint output
Expected behavior
no error
Pylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: