]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112984 Update Windows build and installer for free-threaded builds (GH-113129)
authorSteve Dower <steve.dower@python.org>
Wed, 17 Jan 2024 21:52:23 +0000 (21:52 +0000)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2024 21:52:23 +0000 (21:52 +0000)
commitf56d132deb9fff861439ed56ed7414d22e4e4bb9
tree69e70221cd40f134de9abf1292f228ec7d5c9c11
parent78fcde039a33d8463e34356d5462fecee0f2831a
gh-112984 Update Windows build and installer for free-threaded builds (GH-113129)
76 files changed:
.github/workflows/build_msi.yml
.github/workflows/reusable-windows.yml
Doc/using/win_install_freethreaded.png [new file with mode: 0644]
Doc/using/windows.rst
Lib/test/test_ctypes/test_loading.py
Lib/test/test_launcher.py
Lib/test/test_regrtest.py
Lib/test/test_venv.py
Lib/venv/__init__.py
Misc/NEWS.d/next/Windows/2023-12-19-22-32-28.gh-issue-112984.F7kFMl.rst [new file with mode: 0644]
PC/layout/main.py
PC/layout/support/constants.py
PC/layout/support/nuspec.py
PC/layout/support/options.py
PC/pyconfig.h.in
PC/venvlauncher.c [new file with mode: 0644]
PCbuild/_asyncio.vcxproj
PCbuild/_bz2.vcxproj
PCbuild/_ctypes.vcxproj
PCbuild/_ctypes_test.vcxproj
PCbuild/_decimal.vcxproj
PCbuild/_elementtree.vcxproj
PCbuild/_hashlib.vcxproj
PCbuild/_lzma.vcxproj
PCbuild/_multiprocessing.vcxproj
PCbuild/_overlapped.vcxproj
PCbuild/_queue.vcxproj
PCbuild/_socket.vcxproj
PCbuild/_sqlite3.vcxproj
PCbuild/_ssl.vcxproj
PCbuild/_testbuffer.vcxproj
PCbuild/_testcapi.vcxproj
PCbuild/_testclinic.vcxproj
PCbuild/_testclinic_limited.vcxproj
PCbuild/_testconsole.vcxproj
PCbuild/_testimportmultiple.vcxproj
PCbuild/_testinternalcapi.vcxproj
PCbuild/_testmultiphase.vcxproj
PCbuild/_testsinglephase.vcxproj
PCbuild/_tkinter.vcxproj
PCbuild/_uuid.vcxproj
PCbuild/_wmi.vcxproj
PCbuild/_zoneinfo.vcxproj
PCbuild/pyexpat.vcxproj
PCbuild/pyproject.props
PCbuild/python.props
PCbuild/python.vcxproj
PCbuild/python3dll.vcxproj
PCbuild/pythonw.vcxproj
PCbuild/rt.bat
PCbuild/select.vcxproj
PCbuild/sqlite3.vcxproj
PCbuild/unicodedata.vcxproj
PCbuild/venvlauncher.vcxproj
PCbuild/venvlauncher.vcxproj.filters
PCbuild/venvwlauncher.vcxproj
PCbuild/venvwlauncher.vcxproj.filters
PCbuild/winsound.vcxproj
PCbuild/xxlimited.vcxproj
PCbuild/xxlimited_35.vcxproj
Tools/msi/build.bat
Tools/msi/bundle/Default.thm
Tools/msi/bundle/Default.wxl
Tools/msi/bundle/bundle.targets
Tools/msi/bundle/bundle.wxs
Tools/msi/bundle/packagegroups/freethreaded.wxs [new file with mode: 0644]
Tools/msi/freethreaded/freethreaded.wixproj [new file with mode: 0644]
Tools/msi/freethreaded/freethreaded.wxs [new file with mode: 0644]
Tools/msi/freethreaded/freethreaded_d.wixproj [new file with mode: 0644]
Tools/msi/freethreaded/freethreaded_d.wxs [new file with mode: 0644]
Tools/msi/freethreaded/freethreaded_en-US.wxl_template [new file with mode: 0644]
Tools/msi/freethreaded/freethreaded_files.wxs [new file with mode: 0644]
Tools/msi/freethreaded/freethreaded_pdb.wixproj [new file with mode: 0644]
Tools/msi/freethreaded/freethreaded_pdb.wxs [new file with mode: 0644]
Tools/msi/lib/lib_files.wxs
Tools/msi/msi.props