Reverted inadvertent change that slipped into r85695
This commit is contained in:
parent
4a98e3b6d0
commit
eebccfb10c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue