8000 gh-133273: Keep instruction definitions in `bytecodes.c` and `optimizer_bytecodes.c` in sync by tomasr8 · Pull Request #133320 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-133273: Keep instruction definitions in bytecodes.c and optimizer_bytecodes.c in sync #133320

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

Merged
merged 3 commits into from
May 8, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge remote-tracking branch 'upstream/main' into validate-uops
  • Loading branch information
tomasr8 committed May 8, 2025
commit ffe591912fe43bca48df9e9aac636f43d33b3bf9
2 changes: 1 addition & 1 deletion Python/optimizer_bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ dummy_func(void) {
sym_set_const(callable, (PyObject *)&PyUnicode_Type);
}

op(_CALL_LEN, (callable, self_or_null, args[oparg] -- res)) {
op(_CALL_LEN, (unused, unused, unused -- res)) {
res = sym_new_type(ctx, &PyLong_Type);
}

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0