There is something missing in #2475: this code: ```python class M: ... class A(metaclass=M): ... ``` Passes without errors, but fails at runtime. --------------------------------------------------- Btw, I have found two open issues that were fixed by #2475, I left comments referencing the #2475 in that issues.