[Python-Dev] this is what happens if you freeze all the modules required for startup
Glenn Linderman
v+python at g.nevcal.com
Tue Apr 15 00:34:42 CEST 2014
On 4/14/2014 2:51 PM, Brett Cannon wrote:
> Freezing everything except encodings.__init__, os, and _sysconfigdata,
I suppose these are omitted because they can vary in different environments?
But isn't Python built for a particular environment... seems like os
could be included?
Seems like it would be helpful to have the utf8 encoding preloaded both
to encourage people to use it rather than something else for the
load-time performance gain (although likely minuscule for one encoding),
and because they might as well, since they are spending the memory on it
anyway! :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20140414/327f4bd0/attachment.html>
More information about the Python-Dev
mailing list