summaryrefslogtreecommitdiff
path: root/Lib/trace.py
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-18 15:11:33 +0000
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-10-18 15:11:33 +0000
commiteebccfb10c423a3f10af8f2bdd0a44cd7e588f37 (patch)
tree868d2738a81341470de38bae65f81c5cad8f3867 /Lib/trace.py
parent4a98e3b6d06e5477e5d62f18e85056cbb7253f98 (diff)
downloadcpython-git-eebccfb10c423a3f10af8f2bdd0a44cd7e588f37.tar.gz
Reverted inadvertent change that slipped into r85695
Diffstat (limited to 'Lib/trace.py')
-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: