[3.14] gh-90548: Skip ctypes test_null_dlsym when linked to musl (GH-… · python/cpython@95ec2c1

GitHub

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