]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Dec 2023 20:02:06 +0000 (21:02 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2023 20:02:06 +0000 (20:02 +0000)
commit36f6fa4640a64ab658f931690f632e9f4ca3252a
treed7b9720e235bc1fa2e6cc4c64a53bce259dd924a
parent54ca4c64d0d579b8a1dfc7a7ea4f48461eb10073
[3.11] gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771) (GH-112774)

zlib-ng defines the version as "1.3.0.zlib-ng".
(cherry picked from commit d384813ff18b33280a90b6d2011654528a2b6ad1)

Co-authored-by: Miro HronĨok <miro@hroncok.cz>
Lib/test/test_zlib.py
Misc/NEWS.d/next/Tests/2023-12-05-19-50-03.gh-issue-112769.kdLJmS.rst [new file with mode: 0644]