You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pylint 3.3.5
astroid 3.3.9
Python 3.12.8 | packaged by conda-forge | (main, Dec 5 2024, 14:24:40) [GCC 13.3.0]
OS / Environment
linux (Linux)
The text was updated successfully, but these errors were encountered:
zenlyj
added
Crash 💥
A bug that makes pylint crash
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
labels
Mar 18, 2025
From initial findings, the crash came from an uncaught IncompleteFormatString exception when the "{a[0] + a[1]}" string gets parsed in the recommendation checker.
Bug description
When parsing the following
a.py
:Command used
Pylint output
pylint crashed with a ``AstroidError`` and with the following stacktrace:
Expected behavior
No crash.
Pylint version
OS / Environment
linux (Linux)
The text was updated successfully, but these errors were encountered: