bpo-45850: Implement deep-freeze on Windows by gvanrossum · Pull Request #29648 · python/cpython

added 6 commits

November 17, 2021 14:56
(But needs work, to avoid recompiling each time.)
The recipe is copied from how unchanged frozen files are treated.

@gvanrossum

@gvanrossum

@gvanrossum gvanrossum changed the title Implement deep-freeze on Windows bpo-45850: Implement deep-freeze on Windows

Nov 19, 2021

@gvanrossum

gvanrossum

@gvanrossum @zooba

Co-authored-by: Steve Dower <steve.dower@microsoft.com>

@gvanrossum

@gvanrossum

Also use a separate intermediate file for deepfreeze.

@gvanrossum

@gvanrossum

@gvanrossum

remykarem pushed a commit to remykarem/cpython that referenced this pull request

Dec 7, 2021
Implement changes to build with deep-frozen modules on Windows.
Note that we now require Python 3.10 as the "bootstrap" or "host" Python.
This causes a modest startup speed (around 7%) on Windows.

@zooba zooba mentioned this pull request

Dec 1, 2023