From: Alexander Belopolsky Date: Mon, 18 Oct 2010 15:11:33 +0000 (+0000) Subject: Reverted inadvertent change that slipped into r85695 X-Git-Tag: v3.2a4~434 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eebccfb10c423a3f10af8f2bdd0a44cd7e588f37;p=thirdparty%2FPython%2Fcpython.git Reverted inadvertent change that slipped into r85695 --- diff --git a/Lib/trace.py b/Lib/trace.py index eb21fde387b8..fa24fc1cc35f 100644 --- a/Lib/trace.py +++ b/Lib/trace.py @@ -493,7 +493,6 @@ class Trace: threading.settrace(self.globaltrace) sys.settrace(self.globaltrace) try: - del sys.modules['pickle'] exec(cmd, globals, locals) finally: if not self.donothing: