bpo-39967: do not call linecache.checkcache in Bdb.reset
This commit is contained in:
parent
90235810ec
commit
b735088cee
|
@ -53,8 +53,6 @@ class Bdb:
|
|||
|
||||
def reset(self):
|
||||
"""Set values of attributes as ready to start debugging."""
|
||||
import linecache
|
||||
linecache.checkcache()
|
||||
self.botframe = None
|
||||
self._set_stopinfo(None, None)
|
||||
|
||||
|
|
Loading…
Reference in New Issue