]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix...
authorMiro Hrončok <miro@hroncok.cz>
Tue, 5 Dec 2023 19:39:28 +0000 (20:39 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2023 19:39:28 +0000 (21:39 +0200)
commitd384813ff18b33280a90b6d2011654528a2b6ad1
treea675591b8ce4b4792332ae386b8ce710d0789863
parentd109f637c048c2b5fc95dc7fdfd50f8ac41a7747
gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-int suffix (GH-112771)

zlib-ng defines the version as "1.3.0.zlib-ng".
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]