https://github.com/python/cpython/commit/95ec2c1ead28339212ff3a6735c8a8ff4cc3ff82 commit: 95ec2c1ead28339212ff3a6735c8a8ff4cc3ff82 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-07T10:46:20+03:00 summary:
[3.14] gh-90548: Skip ctypes test_null_dlsym when linked to musl (GH-138592) (#138601) Co-authored-by: Zachary Ware <[email protected]> files: M Lib/test/test_ctypes/test_dlerror.py diff --git a/Lib/test/test_ctypes/test_dlerror.py b/Lib/test/test_ctypes/test_dlerror.py index 8af34e62b94faa..5658234f9ec66b 100644 --- a/Lib/test/test_ctypes/test_dlerror.py +++ b/Lib/test/test_ctypes/test_dlerror.py @@ -32,6 +32,7 @@ @unittest.skipUnless(sys.platform.startswith('linux'), 'test requires GNU IFUNC support') [email protected](test.support.linked_to_musl(), "Requires glibc") class TestNullDlsym(unittest.TestCase): """GH-126554: Ensure that we catch NULL dlsym return values _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
