Some instructions and specializations ignore PEP 523 #104405
Labels
3.11
only security fixes
3.12
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Four instructions ignore PEP 523 when executing:
BINARY_SUBSCR_GETITEMFOR_ITER_GENSENDSEND_GENFive instructions ignore it when specializing:
BINARY_SUBSCR_GETITEMFOR_ITER_GENLOAD_ATTR_GETATTRIBUTE_OVERRIDDENLOAD_ATTR_PROPERTYSEND_GENI'll have a PR up soon.
Linked PRs
The text was updated successfully, but these errors were encountered: