Four instructions ignore PEP 523 when executing: - `BINARY_SUBSCR_GETITEM` - `FOR_ITER_GEN` - `SEND` - `SEND_GEN` Five instructions ignore it when specializing: - `BINARY_SUBSCR_GETITEM` - `FOR_ITER_GEN` - `LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN` - `LOAD_ATTR_PROPERTY` - `SEND_GEN` I'll have a PR up soon. <!-- gh-linked-prs --> ### Linked PRs * gh-104406 * gh-104441 <!-- /gh-linked-prs -->