]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-126742: Avoid checking for library filename in test_ctypes (GH-128034)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Dec 2024 08:45:34 +0000 (09:45 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Dec 2024 08:45:34 +0000 (08:45 +0000)
commit6ffa5644464f593ea9eff3430bb9a604f7faa7ed
tree965f6a07249f8ca2ca03ab14b8c7b662bdaa566c
parente0b61ffa3806cea2739172adf6e2bcbba3d5fba4
[3.12] gh-126742: Avoid checking for library filename in test_ctypes (GH-128034) (#128057)

gh-126742: Avoid checking for library filename in test_ctypes (GH-128034)

Avoid checking for library filename in `dlerror()` error messages of test_ctypes.
(cherry picked from commit 335e24fb0a5805ac1ecdbc01e0331b38fc33849d)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_ctypes/test_dlerror.py