Currently, the interpreter is kind of fragile.
Nothing should break, but I wouldn't bet my head on it.
All environment-variables should be copied before handed over.
copy.deepcopy(globals() doesn't work, the call fails when accessing
some of the objects.
Work has been done on redesign_user_code_execution.
Currently, the interpreter is kind of fragile.
Nothing should break, but I wouldn't bet my head on it.
All environment-variables should be copied before handed over.
copy.deepcopy(globals()doesn't work, the call fails when accessingsome of the objects.
Work has been done on redesign_user_code_execution.