py313: AttributeError: 'black.parsing.ASTSafetyError' object has no attribute '__dict__'. Did you mean: '__dir__'? #10090
Labels
Crash 💥
A bug that makes pylint crash
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
python 3.13
Milestone
This bug seems to be happen with current version of black (24.10.0) and python 3.13 (apparently not with other pythons).
Issue title:
Crash ```` (if possible, be more specific about what made pylint crash)
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
darwin (Darwin)
Additional dependencies
The text was updated successfully, but these errors were encountered: