]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126742: Avoid checking for library filename in test_ctypes (#128034)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Wed, 18 Dec 2024 08:25:42 +0000 (09:25 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Dec 2024 08:25:42 +0000 (09:25 +0100)
commit335e24fb0a5805ac1ecdbc01e0331b38fc33849d
tree49962615d3a1c512433607755af91915d491ad36
parent0581e3f52b6116774698761088f0daa7ec23fc0b
gh-126742: Avoid checking for library filename in test_ctypes (#128034)

Avoid checking for library filename in `dlerror()` error messages of test_ctypes.
Lib/test/test_ctypes/test_dlerror.py