mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Fix potential resource leak in test_mmap.
This commit is contained in:
parent
909f6d2fba
commit
7420b70240
@ -664,6 +664,7 @@ class LargeMmapTests(unittest.TestCase):
|
||||
f.write(tail)
|
||||
f.flush()
|
||||
except (IOError, OverflowError):
|
||||
f.close()
|
||||
raise unittest.SkipTest("filesystem does not have largefile support")
|
||||
return f
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user