# Bug report ### Bug description: ```python >>> class _: ... a: int ... __classdict__: a SystemError: compiler_lookup_arg(name='__classdict__') with reftype=5 failed in _; freevars of code __annotate__: ('__classdict__',) ``` ### CPython versions tested on: CPython main branch ### Operating systems tested on: _No response_ <!-- gh-linked-prs --> ### Linked PRs * gh-149806 * gh-150773 * gh-150774 <!-- /gh-linked-prs -->
Bug report
Bug description:
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
SystemErrorwhen compiling__classdict__class annotation #149806SystemErrorwhen compiling__classdict__class annotation (GH-149806) #150773SystemErrorwhen compiling__classdict__class annotation (GH-149806) #150774