]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45873: Get rid of bootstrap_python (#29717)
authorGuido van Rossum <guido@python.org>
Tue, 23 Nov 2021 16:56:06 +0000 (08:56 -0800)
committerGitHub <noreply@github.com>
Tue, 23 Nov 2021 16:56:06 +0000 (08:56 -0800)
commit5be98e57b3c3b36d1a1176b49c73b8822c6380e7
tree4791beb2411c0112b19d8fa6b6e867bb33416299
parentae1965ccb4b1fad63fab40fe8805d1b8247668d3
bpo-45873: Get rid of bootstrap_python (#29717)

Instead we use $(PYTHON_FOR_REGEN) .../deepfreeze.py with the
frozen .h file as input, as we did for Windows in bpo-45850.

We also get rid of the code that generates the .h files
when make regen-frozen is run (i.e., .../make_frozen.py),
and the MANIFEST file.

Restore Python 3.8 and 3.9 as Windows host Python again

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Makefile.pre.in
Misc/NEWS.d/next/Build/2021-11-23-04-28-40.bpo-45873.9dldZ4.rst [new file with mode: 0644]
PCbuild/find_python.bat
Tools/scripts/deepfreeze.py
Tools/scripts/freeze_modules.py
Tools/scripts/umarshal.py
configure
configure.ac