diff options
Diffstat (limited to 'Lib/trace.py')
-rw-r--r-- | Lib/trace.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |