bpo-45950: Introduce Bootstrap Python again by tiran · Pull Request #29859 · python/cpython

vstinner

gvanrossum

@tiran tiran changed the title Bootstrap Python again bpo-45950: Introduce Bootstrap Python again

Dec 1, 2021

@tiran tiran marked this pull request as ready for review

December 1, 2021 16:29

@tiran tiran mentioned this pull request

Dec 2, 2021

@tiran

The build system now uses a `_bootstrap_python` interpreter for freezing
and deepfreezing again. Cross building depends on a build Python interpreter.

`_bootstrap_python` and `_freeze_module` are no longer compiled with
LTO. Link time optimization is very slow.

@tiran tiran deleted the bootstrap_again branch

December 3, 2021 15:01

@tiran tiran mentioned this pull request

May 9, 2022