Reverted inadvertent change that slipped into r85695
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 @@
             threading.settrace(self.globaltrace)
             sys.settrace(self.globaltrace)
         try:
-            del sys.modules['pickle']
             exec(cmd, globals, locals)
         finally:
             if not self.donothing: