Original file line numberDiff line numberDiff line change@@ -32,6 +32,7 @@
[email protected](sys.platform.startswith('linux'),
3434'test requires GNU IFUNC support')
[email protected](test.support.linked_to_musl(), "Requires glibc")
3536classTestNullDlsym(unittest.TestCase):
3637"""GH-126554: Ensure that we catch NULL dlsym return values
3738