Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/pylint/utils/ast_walker.py", line 91, in walk callback(astroid) File "/usr/lib/python3.12/site-packages/pylint/checkers/typecheck.py", line 2096, in visit_subscript self._check_invalid_sequence_index(node) File "/usr/lib/python3.12/site-packages/pylint/checkers/typecheck.py", line 1688, in _check_invalid_sequence_index if subscript.ctx is astroid.Store: ^^^^^^^^^^^^^ AttributeError: module 'astroid' has no attribute 'Store Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/pylint/utils/ast_walker.py", line 91, in walk callback(astroid) File "/usr/lib/python3.12/site-packages/pylint/checkers/typecheck.py", line 2112, in visit_subscript if node.ctx == astroid.Load: ^^^^^^^^^^^^ AttributeError: module 'astroid' has no attribute 'Load' ----------- These constants were moved in latest Astroid, this Pylint patch needs to be backported to Fedora: https://github.com/pylint-dev/pylint/pull/8611 Reproducible: Always