]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
authorSteve Dower <steve.dower@python.org>
Wed, 19 Mar 2025 19:03:25 +0000 (19:03 +0000)
committerGitHub <noreply@github.com>
Wed, 19 Mar 2025 19:03:25 +0000 (19:03 +0000)
commit63a638c43f821e9c8b3256e7122c06e539dc585d
treeefe5baeae01726b4e870c26cf3a2355c1597b2e5
parentc1a02f9101f0b2d9dc7cfb4b8be5193e7459a906
gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)
18 files changed:
Doc/library/zlib.rst
Doc/whatsnew/3.14.rst
Lib/test/pythoninfo.py
Misc/NEWS.d/next/Windows/2025-03-19-01-11-56.gh-issue-91349.pmtp-J.rst [new file with mode: 0644]
Misc/externals.spdx.json
Modules/zlibmodule.c
PC/zbuild.h [new file with mode: 0644]
PC/zconf-ng.h [new file with mode: 0644]
PC/zconf.h [new file with mode: 0644]
PCbuild/get_externals.bat
PCbuild/pcbuild.proj
PCbuild/pcbuild.sln
PCbuild/pyproject.props
PCbuild/python.props
PCbuild/pythoncore.vcxproj
PCbuild/readme.txt
PCbuild/zlib-ng.vcxproj [new file with mode: 0644]
PCbuild/zlib-ng.vcxproj.filters [new file with mode: 0644]