[issue25004] test_mmap should catch f.close() failure in LargeMmapTests._make_test_file()

Martin Panter report at bugs.python.org
Mon Sep 7 04:49:18 CEST 2015


Martin Panter added the comment:

Patch looks good to me. Anything that fails flush() is likely to also fail close(). But I cannot reproduce the actual failure. Perhaps it requires a file system like FAT that doesn’t support “holes” in files.

----------
nosy: +berker.peksag, martin.panter
stage:  -> commit review

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25004>
_______________________________________


More information about the Python-bugs-list mailing list