Skip to content

Commit 251e33a

Browse files
committed
Add TODO on verbose
1 parent c70748f commit 251e33a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vm/src/import.rs

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ pub fn import_codeobj(
8383
Ok(module)
8484
}
8585

86+
// TODO: This function should do nothing on verbose mode.
8687
pub fn remove_importlib_frames(vm: &VirtualMachine, exc: &PyObjectRef) -> PyObjectRef {
8788
let always_trim = objtype::isinstance(exc, &vm.ctx.exceptions.import_error);
8889

0 commit comments

Comments
 (0)