Christian Heimes <li...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue45661>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to