Fix RAISE_VARARGS bug

This commit is contained in:
Sahil Jain
2025-07-04 19:12:55 +05:30
parent 7d2039d24e
commit 8b0ea9450e
4 changed files with 16 additions and 2 deletions

View File

@@ -1820,8 +1820,6 @@ PycRef<ASTNode> BuildFromCode(PycRef<PycCode> code, PycModule* mod)
blocks.pop();
curblock = blocks.top();
curblock->append(prev.cast<ASTNode>());
bc_next(source, mod, opcode, operand, pos);
}
}
break;