1 parent 40af53d commit 572d7e3Copy full SHA for 572d7e3
1 file changed
Lib/trace.py
@@ -493,7 +493,6 @@ def runctx(self, cmd, globals=None, locals=None):
493
threading.settrace(self.globaltrace)
494
sys.settrace(self.globaltrace)
495
try:
496
- del sys.modules['pickle']
497
exec(cmd, globals, locals)
498
finally:
499
if not self.donothing:
0 commit comments