Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 044dfad + 7420b70 commit b0b0579Copy full SHA for b0b0579
1 file changed
Lib/test/test_mmap.py
@@ -673,6 +673,7 @@ def _make_test_file(self, num_zeroes, tail):
673
f.write(tail)
674
f.flush()
675
except (IOError, OverflowError):
676
+ f.close()
677
raise unittest.SkipTest("filesystem does not have largefile support")
678
return f
679
0 commit comments