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 2973970 commit 14098b7Copy full SHA for 14098b7
Lib/test/test_mmap.py
@@ -258,7 +258,7 @@ def test_access_parameter(self):
258
try:
259
m = mmap.mmap(f.fileno(), mapsize, prot=prot)
260
except PermissionError:
261
- # on macOS 14, PROT_READ | PROT_WRITE is not allowed
+ # on macOS 14, PROT_READ | PROT_EXEC is not allowed
262
pass
263
else:
264
self.assertRaises(TypeError, m.write, b"abcdef")
0 commit comments