mirror of
https://github.com/python/cpython.git
synced 2026-01-05 06:52:26 +00:00
[3.14] gh-90548: Skip ctypes test_null_dlsym when linked to musl (GH-138592) (#138601)
Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
194fe15c5f
commit
95ec2c1ead
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
@unittest.skipUnless(sys.platform.startswith('linux'),
|
||||
'test requires GNU IFUNC support')
|
||||
@unittest.skipIf(test.support.linked_to_musl(), "Requires glibc")
|
||||
class TestNullDlsym(unittest.TestCase):
|
||||
"""GH-126554: Ensure that we catch NULL dlsym return values
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue