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 ed0fc42 commit 222fcc0Copy full SHA for 222fcc0
Lib/test/test_mmap.py
@@ -840,7 +840,7 @@ def test_flush_return_value(self):
840
mm.write(b'python')
841
result = mm.flush()
842
self.assertIsNone(result)
843
- if (sys.platform.startswith(('linux', 'android'))
+ if (sys.platform.startswith(('linux', 'android'))
844
and not in_systemd_nspawn_sync_suppressed()):
845
# 'offset' must be a multiple of mmap.PAGESIZE on Linux.
846
# See bpo-34754 for details.
0 commit comments