We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1706484 commit d790793Copy full SHA for d790793
Lib/test/test_mmap.py
@@ -1174,6 +1174,7 @@ def test_flush_parameters(self):
1174
m.flush(PAGESIZE * 2, flags=mmap.MS_INVALIDATE)
1175
if hasattr(mmap, 'MS_ASYNC') and hasattr(mmap, 'MS_INVALIDATE'):
1176
m.flush(0, PAGESIZE, flags=mmap.MS_ASYNC | mmap.MS_INVALIDATE)
1177
+
1178
@unittest.skipUnless(sys.platform == 'linux', 'Linux only')
1179
@support.requires_linux_version(5, 17, 0)
1180
def test_set_name(self):
0 commit comments