[issue42862] Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module

Erlend Egeberg Aasland report at bugs.python.org
Thu Jan 21 15:14:53 EST 2021


Erlend Egeberg Aasland <erlend.aasland at innova.no> added the comment:

> Or is it ok to call gc.collect() in the test suite?

Seems like it's ok:

$ grep -r gc.collect Lib/test | wc -l
    366

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42862>
_______________________________________


More information about the Python-bugs-list mailing list