components/python/python34/patches/26-test_mmap.patch
changeset 5229 b7b91ddbbdce
parent 5228 b457e3bd2acc
child 5231 80970776a9bd
--- a/components/python/python34/patches/26-test_mmap.patch	Tue Jan 05 13:35:29 2016 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-This patch has been submitted upstream, and accepted; it should no longer be
-needed with the next Python version upgrade:
-
-http://bugs.python.org/issue25004
-
---- Python-3.4.3/Lib/test/test_mmap.py.~1~	2015-08-28 12:40:08.000000000 -0700
-+++ Python-3.4.3/Lib/test/test_mmap.py	2015-09-04 14:51:47.034993552 -0700
-@@ -727,7 +727,10 @@
-             f.write(tail)
-             f.flush()
-         except (OSError, OverflowError):
--            f.close()
-+            try:
-+                f.close()
-+            except (OSError, OverflowError):
-+                pass
-             raise unittest.SkipTest("filesystem does not have largefile support")
-         return f
-