-
-
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
Crash on nodes.FunctionDef._proxied
in numpy
tests
#5244
Comments
A minimal reproducible example is: A directory that starts with An empty
class MyClass:
def __init__(self, array):
self.array = array
def __len__(self):
return len(self.array) Command: Crash:
I guess this has something to do with |
Bug description
pylint
crashes on the following code:Taken from:
https://github.com/numpy/numpy/blob/main/numpy/core/tests/test_protocols.py
Configuration
Command used
Or see GitHub Actions output here:
https://github.com/DanielNoord/pylint/runs/4082260843?check_suite_focus=true
Pylint output
Expected behavior
No error? I think?
This might also be due to this being code for tests which shouldn't be linted at all. I found this while working on the primer tests.
Pylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: