summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/trace.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/trace.py b/Lib/trace.py
index eb21fde387..fa24fc1cc3 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: