Skip to content

Some instructions and specializations ignore PEP 523 #104405

Closed
@brandtbucher

Description

@brandtbucher

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

Metadata

Metadata

Assignees

Labels

3.11only security fixes3.12only security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions