There was an error while loading. Please reload this page.
1 parent cf0b9da commit 4c8b2cdCopy full SHA for 4c8b2cd
1 file changed
Lib/test/test_mmap.py
@@ -713,6 +713,7 @@ def test_weakref(self):
713
gc_collect()
714
self.assertIs(wr(), None)
715
716
+ @unittest.skipIf(os.name == 'nt', 'cannot resize anonymous mmaps on Windows')
717
def test_resize_past_pos(self):
718
m = mmap.mmap(-1, 8192)
719
self.addCleanup(m.close)
0 commit comments