-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Four instructions ignore PEP 523 when executing:
BINARY_SUBSCR_GETITEMFOR_ITER_GENSENDSEND_GEN
Five instructions ignore it when specializing:
BINARY_SUBSCR_GETITEMFOR_ITER_GENLOAD_ATTR_GETATTRIBUTE_OVERRIDDENLOAD_ATTR_PROPERTYSEND_GEN
I'll have a PR up soon.
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error