Update codegen.rs

This commit is contained in:
Shunsuke Shibayama 2023-08-19 01:34:20 +09:00
parent c6ddb01241
commit a6b72ea636

View file

@ -2563,6 +2563,7 @@ impl PyCodeGenerator {
} else {
self.write_instr(Opcode310::CALL_FUNCTION);
self.write_arg(1);
self.stack_dec();
}
}
self.write_instr(RAISE_VARARGS);