Trying to add pure-py annotation [here](https://github.com/pandas-dev/pandas/blob/master/pandas/_libs/internals.pyx#L161) ``` -def append(self, others) -> BlockPlacement: +def append(self, others: list[BlockPlacement]) -> BlockPlacement: ``` raises ``` pandas/_libs/internals.pyx:166:57: Compiler crash in IterationTransform ```