diff --git a/src/compile.rs b/src/compile.rs index a3b7584..05d0772 100644 --- a/src/compile.rs +++ b/src/compile.rs @@ -1188,6 +1188,7 @@ impl Compiler { } fn store_docstring(&mut self, doc_str: Option) { + // TODO: __doc__ must be default None and no bytecodes unless it is Some // Duplicate top of stack (the function or class object) self.emit(Instruction::Duplicate);