]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Removed 'marshal' from the list of "ok" built-in functions -- the
authorGuido van Rossum <guido@python.org>
Fri, 21 Mar 1997 21:18:16 +0000 (21:18 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 21 Mar 1997 21:18:16 +0000 (21:18 +0000)
commit3ee6b195bbe8272b5901f3f97c0966ddd4bb72fa
treee6a1a3b4003d9b653252e1ac928a7e7d8f8d0be1
parentbcd91e07d10f8773c9e378453bdbf7f7996b9ba8
Removed 'marshal' from the list of "ok" built-in functions -- the
unmarshalling code is actually rather naive and can easily be
caused to crash by feeding it invalid data.  This should be fixed in
the marshal module, but I don't have the time to fix it now :-(
Lib/rexec.py