-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
pylint-dev/astroid
#2598Labels
False Positive 🦟A message is emitted but nothing is wrong with the codeA message is emitted but nothing is wrong with the codeNeeds astroid updateNeeds an astroid update (probably a release too) before being mergableNeeds an astroid update (probably a release too) before being mergablepython 3.13
Milestone
Description
Bug description
False positive error of missing name in collections.abc
.
For example linting over the code:
from collections.abc import MutableMapping
reports:
No name 'MutableMapping' in module 'collections.abc' (no-name-in-module)
This error started with updating Python
from 3.13.0rc2
to 3.13.0rc3
.
Most likely caused by python/cpython#124735
Command used
pylint
Pylint output
No name 'MutableMapping' in module 'collections.abc' (no-name-in-module)
Expected behavior
No error
Pylint version
Python 3.13.0rc3
astroid-3.3.4
pylint-3.3.1
haukex
Metadata
Metadata
Assignees
Labels
False Positive 🦟A message is emitted but nothing is wrong with the codeA message is emitted but nothing is wrong with the codeNeeds astroid updateNeeds an astroid update (probably a release too) before being mergableNeeds an astroid update (probably a release too) before being mergablepython 3.13