Message400370
Currently we freeze the 3 main import-related modules into the python binary (along with one test module). This allows us to bootstrap the import machinery from Python modules. It also means we get better performance importing those modules.
If we freeze modules that are likely to be used during execution then we get even better startup times. I'll be putting up a PR that does so, freezing all the modules that are imported during startup. This could also be done for any stdlib modules that are commonly imported.
(also see #45019 and https://github.com/faster-cpython/ideas/issues/82) |
|
Date |
User |
Action |
Args |
2021-08-26 19:23:58 | eric.snow | set | recipients:
+ eric.snow, gvanrossum, brett.cannon, nedbat |
2021-08-26 19:23:58 | eric.snow | set | messageid: <1630005838.27.0.743852977618.issue45020@roundup.psfhosted.org> |
2021-08-26 19:23:58 | eric.snow | link | issue45020 messages |
2021-08-26 19:23:58 | eric.snow | create | |
|