mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Reverted inadvertent change that slipped into r85695
This commit is contained in:
parent
4a98e3b6d0
commit
eebccfb10c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue