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 bcdac03 commit 7d58461Copy full SHA for 7d58461
1 file changed
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