issues Search Results · repo:pylint-dev/astroid language:Python
Filter by
849 results
(70 ms)849 results
inpylint-dev/astroid (press backspace or delete to remove)The execution of the below code results in an exception with the following message: IndexError: list index out of range.
This exception occurs in _extract_expressions at line 321 in builder.py.
from astroid.brain.brain_boto3 ...
Crash 💥
gabe-sherman
- 3
- Opened 16 hours ago
- #2734
issue caused by this pr: https://github.com/pylint-dev/astroid/pull/2728
in astroid 3.3.9 pyc files would trigger a NoSourceFile exception in get_source_file, in 3.3.10 they don t in my
codebase this ...
Invalid
vulli321
- 12
- Opened yesterday
- #2733
Steps to reproduce
The following code triggers an AttributeError in astroid:
s = slice(-2)
@s()
@six.add_metaclass()
class a: ...
This bug was discovered by OSS-Fuzz: https://issues.oss-fuzz.com/issues/409585564 ...
Crash 💥
Needs PR
correctmost
- 2
- Opened on Apr 10
- #2721
Bug description
When parsing the following a.py:
!-- If sharing the code is not an option, please state so, but providing only the stacktrace would still be helpful.
class A():
def a(self):
...
plucury
- 1
- Opened on Mar 17
- #2706
Steps to reproduce
The following code triggers a RecursionError in astroid:
n.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c.c ...
Crash 💥
correctmost
- 1
- Opened on Mar 11
- #2704
This issue details my findings from investigating https://github.com/pylint-dev/pylint/issues/8589 (see that issue for
more information and steps to reproduce) after my PR couldn t pass checks. I found ...
aatle
- 2
- Opened on Feb 15
- #2686
The frozen module finding logic in astroid = 3.3.7
(https://github.com/pylint-dev/astroid/blob/main/astroid/interpreter/_import/spec.py#L177) seems to interfere with
non-module names that match with names ...
pmustonen
- 2
- Opened on Feb 13
- #2684
Astroid tries to get the doc_node on Module object while it does not exists. A safer implementation gets the attribute
only when it exists, otherwise gets None.
InternalError: linting workflows(1234) ...
JCZuurmond
- 8
- Opened on Feb 13
- #2683
Hi,
Just FYI., I hit an issue using Sphinx AutoAPI, the 4.0.0a0 release of astroid is being pulled in as a dependency and
broke my documentation build in CI. Easily fixed with the constraint astroid 4.0. ...
Downstream Bug 🪲
martin-traverse
- 2
- Opened on Feb 3
- #2680
If you place a #@ marker on a line that s a ClassDef s docstring node, extract_node() doesn t seem to pick it out. When
debugging, I noticed that the line number was properly being extracted, but doc_node ...
offbynull
- 4
- Opened on Feb 1
- #2675

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.