| Store | Cart

RuntimeError: cannot unmarshal code objects in restricted execution mode

From: Jeff Epler <jep...@unpythonic.net>
Thu, 11 Mar 2004 08:42:02 -0600
You need to determine why the builtins in main_dict are not the same as
the interpreter's builtins -- this is the reason for "restricted
execution mode".

./Objects/frameobject.c:        f->f_restricted = (builtins != tstate->interp->builtins);

Jeff

Recent Messages in this Thread
Denis S. Otkidach Mar 11, 2004 01:33 pm
Denis S. Otkidach Mar 11, 2004 02:14 pm
Jeff Epler Mar 11, 2004 02:42 pm
Messages in this thread