diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-10-18 15:11:33 +0000 |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-10-18 15:11:33 +0000 |
commit | eebccfb10c423a3f10af8f2bdd0a44cd7e588f37 (patch) | |
tree | 868d2738a81341470de38bae65f81c5cad8f3867 /Lib | |
parent | 4a98e3b6d06e5477e5d62f18e85056cbb7253f98 (diff) | |
download | cpython-git-eebccfb10c423a3f10af8f2bdd0a44cd7e588f37.tar.gz |
Reverted inadvertent change that slipped into r85695
Diffstat (limited to 'Lib')
-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 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: |