[issue33752] Leaked file in test_anydbm_creation_n_file_exists_with_invalid_contents in test_dbm

Serhiy Storchaka report at bugs.python.org
Sun Jun 3 23:40:15 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

The file was leaked because it was created in the database's close() method which was called after deleting temporary files in tearDown().

----------

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


More information about the Python-bugs-list mailing list