summaryrefslogtreecommitdiffstats
path: root/Python/bootstrap_frozen.c
Commit message (Collapse)AuthorAgeFilesLines
* bpo-45696: Deep-freeze selected modules (GH-29118)Guido van Rossum2021-11-111-0/+45
This gains 10% or more in startup time for `python -c pass` on UNIX-ish systems. The Makefile.pre.in generating code builds on Eric's work for bpo-45020, but the .c file generator is new. Windows version TBD.