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.
Linked PRs
Reactions are currently unavailable
Four instructions ignore PEP 523 when executing:
Five instructions ignore it when specializing:
I'll have a PR up soon.
Linked PRs