]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:03:00 +0000 (21:03 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2023 20:03:00 +0000 (20:03 +0000)
commit5720f7fcdf525ffa512f2a0e4c1f36ce09370848
treee45bcaaf2379dfdaf2f0a962557532b7d4e91418
parentef92e9e666242e1712a3f5201747182c0f8e978e
[3.12] gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771) (GH-112773)

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]