[issue45661] [meta] Freeze commonly used stdlib modules.

Christian Heimes report at bugs.python.org
Fri Jan 7 06:06:51 EST 2022


Christian Heimes <lists at cheimes.de> added the comment:

Deep freezing is not a miracle cure for startup performance issues. Every additional frozen module increases the size of the main binary / shared library. This can have negative affects for performance and usability, too. For WASM builds we want to make the wasm binary as small as possible.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45661>
_______________________________________


More information about the Python-bugs-list mailing list