We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70748f commit 251e33aCopy full SHA for 251e33a
vm/src/import.rs
@@ -83,6 +83,7 @@ pub fn import_codeobj(
83
Ok(module)
84
}
85
86
+// TODO: This function should do nothing on verbose mode.
87
pub fn remove_importlib_frames(vm: &VirtualMachine, exc: &PyObjectRef) -> PyObjectRef {
88
let always_trim = objtype::isinstance(exc, &vm.ctx.exceptions.import_error);
89
0 commit comments