Skip to content
Closed
Show file tree
Hide file tree
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
Next Next commit
reduced to _UNPACK_SEQUENCE_TWO_TUPLE
  • Loading branch information
cocolato committed Jan 2, 2026
commit e0f69edef327570efd775e09feb4b64ebecaaa27
6 changes: 0 additions & 6 deletions Python/optimizer_bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1200,12 +1200,6 @@ dummy_func(void) {
}
}

op(_UNPACK_SEQUENCE_LIST, (seq -- values[oparg])) {
for (int i = 0; i < oparg; i++) {
values[i] = sym_new_not_null(ctx);
}
}

op(_CALL_TUPLE_1, (callable, null, arg -- res, a)) {
if (sym_matches_type(arg, &PyTuple_Type)) {
// e.g. tuple((1, 2)) or tuple(foo) where foo is known to be a tuple
Expand Down
4 changes: 2 additions & 2 deletions Python/optimizer_cases.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading