mirror of https://github.com/python/cpython.git
Merge.
This commit is contained in:
commit
052a899d5a
|
@ -673,6 +673,7 @@ def _make_test_file(self, num_zeroes, tail):
|
||||||
f.write(tail)
|
f.write(tail)
|
||||||
f.flush()
|
f.flush()
|
||||||
except (IOError, OverflowError):
|
except (IOError, OverflowError):
|
||||||
|
f.close()
|
||||||
raise unittest.SkipTest("filesystem does not have largefile support")
|
raise unittest.SkipTest("filesystem does not have largefile support")
|
||||||
return f
|
return f
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue