[Python-Dev] A fast startup patch (was: Python startup time)

Eric Fahlgren ericfahlgren at gmail.com
Sat May 5 13:40:27 EDT 2018


On Sat, May 5, 2018 at 10:30 AM, Toshio Kuratomi <a.badger at gmail.com> wrote:

> On Fri, May 4, 2018, 7:00 PM Nathaniel Smith <njs at pobox.com> wrote:
>
>> What are the obstacles to including "preloaded" objects in regular .pyc
>> files, so that everyone can take advantage of this without rebuilding the
>> interpreter?
>>
>
> Would this make .pyc files arch specific?
>

Or have parallel "pyh" (Python "heap") files, that are architecture
specific... (But that would cost more stat calls.)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20180505/f4ea12da/attachment.html>


More information about the Python-Dev mailing list