mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix potential resource leak in test_mmap.
This commit is contained in:
parent
909f6d2fba
commit
7420b70240
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue