Skip to content
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
Next Next commit
Revert comment
  • Loading branch information
ShaharNaveh committed Jan 10, 2026
commit e847ff405dc11c4fdd2b0a5a07593c024e4920b6
2 changes: 1 addition & 1 deletion crates/compiler-core/src/bytecode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ pub enum Instruction {
Resume {
arg: Arg<u32>,
} = 149,
// ==================== RustPython-only instructions (119-134) ====================
// ==================== RustPython-only instructions (119-135) ====================
// Ideally, we want to be fully aligned with CPython opcodes, but we still have some leftovers.
// So we assign random IDs to these opcodes.
Break {
Expand Down