Skip to content

Commit 572d7e3

Browse files
committed
Reverted inadvertent change that slipped into r85695
1 parent 40af53d commit 572d7e3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/trace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ def runctx(self, cmd, globals=None, locals=None):
493493
threading.settrace(self.globaltrace)
494494
sys.settrace(self.globaltrace)
495495
try:
496-
del sys.modules['pickle']
497496
exec(cmd, globals, locals)
498497
finally:
499498
if not self.donothing:

0 commit comments

Comments
 (0)