You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workaround when using py::exec would be to add a __builtins__ key to the globals argument containing the content of the builtins module if it's not already there. And in the case of xis_complete, we should use the same dict for globals and locals.
It seems that if
py::exec
get fixed (with respect to calling other functions defined in the same call), we should be able toexec
function.Also,
six
is used for selecting between PY3 and PY2 inis_complete_request
.The text was updated successfully, but these errors were encountered: