Some instructions and specializations ignore PEP 523 #104405
Labels
3.11
only security fixes
3.12
only security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: