commit | eebccfb10c423a3f10af8f2bdd0a44cd7e588f37 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Mon Oct 18 15:11:33 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Mon Oct 18 15:11:33 2010 +0000 |
tree | 868d2738a81341470de38bae65f81c5cad8f3867 | |
parent | 4a98e3b6d06e5477e5d62f18e85056cbb7253f98 [diff] |
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: