Skip to content
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

bytecodes.c has inconsistent family definition for SEND/SEND_GEN #103296

Closed
2 tasks
gvanrossum opened this issue Apr 5, 2023 · 1 comment
Closed
2 tasks

bytecodes.c has inconsistent family definition for SEND/SEND_GEN #103296

gvanrossum opened this issue Apr 5, 2023 · 1 comment
Assignees
Labels
type-bug An unexpected behavior, bug, or error

Comments

@gvanrossum
Copy link
Member

There's something fishy in the family definition for SEND -- the family name is incorrectly for_iter. But it's not so simple to fix because apparently SEND_GEN has an inconsistent cache effect (which wasn't detected previously because of the duplicate family name -- it's a bug in the cases generator that it doesn't complain about that).

We should both

  • Fix the stack effect of SEND_GEN
  • Fix the generator to complain about duplicate family names
@gvanrossum gvanrossum added the type-bug An unexpected behavior, bug, or error label Apr 5, 2023
@gvanrossum gvanrossum self-assigned this Apr 5, 2023
@gvanrossum
Copy link
Member Author

Was closed by gh-104268.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant