Thanks to visit codestin.com Credit goes to github.com
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 b8e925b commit a73ba4dCopy full SHA for a73ba4d
1 file changed
Lib/test/test_mmap.py
@@ -1183,6 +1183,7 @@ def test_flush_parameters(self):
1183
1184
@unittest.skipUnless(sys.platform == 'linux', 'Linux only')
1185
@support.requires_linux_version(5, 17, 0)
1186
+ @unittest.skipIf(support.linked_to_musl(), "musl libc issue, gh-143632")
1187
def test_set_name(self):
1188
# Test setting name on anonymous mmap
1189
m = mmap.mmap(-1, PAGESIZE)
0 commit comments