bpo-39967: do not call linecache.checkcache in Bdb.reset

This commit is contained in:
Daniel Hahler 2020-03-15 10:27:36 +01:00
parent 90235810ec
commit b735088cee
1 changed files with 0 additions and 2 deletions

View File

@ -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)