Skip to content

Commit 8011b40

Browse files
committed
Avoid changing kernel behaviour
1 parent 1839f2b commit 8011b40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/xinterpreter_raw.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ namespace xpyt
224224
py::globals()["_iii"] = py::globals()["_ii"];
225225
py::globals()["_ii"] = py::globals()["_i"];
226226
py::globals()["_i"] = code;
227+
228+
cb(kernel_res);
227229
}
228230

229231
nl::json raw_interpreter::complete_request_impl(

0 commit comments

Comments
 (0)