From eebccfb10c423a3f10af8f2bdd0a44cd7e588f37 Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Mon, 18 Oct 2010 15:11:33 +0000 Subject: Reverted inadvertent change that slipped into r85695 --- Lib/trace.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/trace.py b/Lib/trace.py index eb21fde..fa24fc1 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: -- cgit v0.12