]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:49:13 +0000 (09:49 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Dec 2024 08:49:13 +0000 (08:49 +0000)
commit2ff3e95ad59a12123cffb2c171044cbeda7d03f5
treeef73061cec34144d7639765df3dcbe9913ac2d40
parentf8b4e20137b5c5d1e99cbf6c8f35f7041785b4c1
[3.13] gh-126742: Avoid checking for library filename in test_ctypes (GH-128034) (#128056)

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