-
-
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: False positive I1101(c-extension-no-member) for math.iclose #5081
Comments
sam-s
added
Bug 🪲
Needs triage 📥
Just created, needs acknowledgment, triage, and proper labelling
labels
Sep 27, 2021
Also I get
for |
I'm seeing the same issue myself. I'm using pylint 2.10.2 and Python 3.9.7. |
Pierre-Sassoulas
added
macOS
and removed
Needs triage 📥
Just created, needs acknowledgment, triage, and proper labelling
labels
Dec 15, 2021
Pierre-Sassoulas
added a commit
that referenced
this issue
Dec 15, 2021
Pierre-Sassoulas
added a commit
that referenced
this issue
Dec 19, 2021
Pierre-Sassoulas
added a commit
that referenced
this issue
Dec 31, 2021
Pierre-Sassoulas
added a commit
that referenced
this issue
Dec 31, 2021
Pierre-Sassoulas
added a commit
to Pierre-Sassoulas/pylint
that referenced
this issue
Jan 2, 2022
Closes pylint-dev#1470 Closes pylint-dev#3499 Closes pylint-dev#4302 Closes pylint-dev#4798 Closes pylint-dev#5081
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
math.isclose
has been around since 3.5, but now I am gettingc-extension-no-member
for it (I did not see that before).The same error for
ceil
,log
,sqrt
&cThe same for
resource.getrusage
andzlib.crc32
(and other functions in those modules)Also,
no-member
fordbm.gnu.open
andsocket.AF_INET
.File:
Configuration
No response
Command used
Pylint output
Expected behavior
no diagnostics, as before
Pylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: