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

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]