]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with...
authorNed Deily <nad@python.org>
Thu, 30 May 2024 16:36:36 +0000 (12:36 -0400)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 16:36:36 +0000 (18:36 +0200)
commit5505b91a684b0fc7ffcb3a5b325302671d74fb15
tree1a086c8e5d96b47daa85805eb53f4664e01347b8
parent91e3669e01245185569d09e9e6e11641282971ee
[3.8] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771) (GH-119567)

zlib-ng defines the version as "1.3.0.zlib-ng".

(cherry picked from commit d384813)

Co-authored-by: Miro HronĨok miro@hroncok.cz
Lib/test/test_zlib.py
Misc/NEWS.d/next/Tests/2024-05-25-17-06-01.gh-issue-112769.kdLJmS.rst [new file with mode: 0644]