Crash for python 3.12 and 3.13, AttributeError: 'TreeRebuilder' object has no attribute 'visit_typealias'
(works for 3.9)
#10133
Labels
Duplicate 🐫
Duplicate of an already existing issue
When parsing the following file:
pylint crashed with a
AstroidError
and with the following stacktrace:The above stack trace was with python 3.13, it was the same for 3.12.
It works for python 3.9.
I'm installing pylint using flit:
"pylint>=2.17.5,<3",
Following versions as resolved by flit/pip:
pylint==2.17.7; astroid==2.15.8
pylint==2.17.7; astroid==2.15.8
My .pylintrc:
Cheers and thank you very much! Let me know if you need more from me.
The text was updated successfully, but these errors were encountered: