Skip to content

Some instructions and specializations ignore PEP 523 #104405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
brandtbucher opened this issue May 11, 2023 · 1 comment
Closed

Some instructions and specializations ignore PEP 523 #104405

brandtbucher opened this issue May 11, 2023 · 1 comment
Assignees
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

Comments

@brandtbucher
Copy link
Member

brandtbucher commented May 11, 2023

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

@brandtbucher brandtbucher added type-bug An unexpected behavior, bug, or error interpreter-core (Objects, Python, Grammar, and Parser dirs) 3.11 only security fixes 3.12 only security fixes labels May 11, 2023
@brandtbucher brandtbucher self-assigned this May 11, 2023
@terryjreedy
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants