]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with...
authorNed Deily <nad@python.org>
Tue, 28 May 2024 15:57:05 +0000 (11:57 -0400)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 15:57:05 +0000 (16:57 +0100)
commit48f9d3e3faec5faaa4f7c9849fecd27eae4da213
treecb4068b198ce2096a6b81f2e6f728da7b9d91706
parentc8f868dc52f98011d0f9b459b6487920bfb0ac4d
[3.10] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771) (#119565)

[3.10] gh-112769: test_zlib: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix

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]