mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-14 00:25:17 +00:00
No description
![]() Fix #3704 Compared to previous version of `compile_program_single`, below two codes are skipped when an empty body is given. ```rust self.emit_constant(ConstantData::None); self.emit(Instruction::ReturnValue); ``` Signed-off-by: snowapril <sinjihng@gmail.com> |
||
---|---|---|
porcelain | ||
src | ||
Cargo.toml |