Kaydet (Commit) eebccfb1 authored tarafından Alexander Belopolsky's avatar Alexander Belopolsky

Reverted inadvertent change that slipped into r85695

üst 4a98e3b6
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment