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 194fe15 commit 95ec2c1Copy full SHA for 95ec2c1
Lib/test/test_ctypes/test_dlerror.py
@@ -32,6 +32,7 @@
32
33
@unittest.skipUnless(sys.platform.startswith('linux'),
34
'test requires GNU IFUNC support')
35
+@unittest.skipIf(test.support.linked_to_musl(), "Requires glibc")
36
class TestNullDlsym(unittest.TestCase):
37
"""GH-126554: Ensure that we catch NULL dlsym return values
38
0 commit comments