Kaydet (Commit) faeae5cd authored tarafından Guido van Rossum's avatar Guido van Rossum

Alas, I have to restore 'marshal', since it is needed by the new

cPickle-compatible pickle, and pickle must be importable in restricted
mode.  I guess I'll have to make marshal safe.
üst 5026cb4d
......@@ -21,7 +21,6 @@ XXX To do:
import sys
import __builtin__
import os
import marshal
import ihooks
......@@ -133,7 +132,7 @@ class RExec(ihooks._Verbose):
ok_builtin_modules = ('audioop', 'array', 'binascii',
'cmath', 'errno', 'imageop',
'math', 'md5', 'operator',
'marshal', 'math', 'md5', 'operator',
'parser', 'regex', 'rotor', 'select',
'strop', 'struct', 'time')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment