]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)
authorGuido van Rossum <guido@python.org>
Mon, 18 Mar 2024 18:13:11 +0000 (11:13 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 18:13:11 +0000 (11:13 -0700)
commit9c7b3688e6ff071456e0ee623b82870755ea7808
treebc8bcc609716fb210e9ada3e514b7bd505d13d61
parent7e1f38f2de8f93de362433203faa5605a0c47f0e
gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)

Keep Tools/build/deepfreeze.py around (we may repurpose it for deepfreezing non-code objects),
and keep basic "clean" targets that remove the output of former deep-freeze activities,
to keep the build directories of current devs clean.
.gitignore
Makefile.pre.in
PCbuild/_freeze_module.vcxproj
PCbuild/pythoncore.vcxproj
Python/deepfreeze/README.txt [deleted file]
Python/frozen.c
Tools/build/freeze_modules.py
configure
configure.ac