|
@@ -522,7 +522,7 @@ PyVar VM::__py_exec_internal(const CodeObject_& code, PyVar globals, PyVar local
|
|
|
return vm->_exec(code.get(), frame->_module, frame->_callable, frame->_locals);
|
|
return vm->_exec(code.get(), frame->_module, frame->_callable, frame->_locals);
|