This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients barry, cykerway, methane, ncoghlan, terry.reedy, vstinner
Date 2018-08-06.10:28:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533551319.92.0.56676864532.issue34296@psf.upfronthosting.co.za>
In-reply-to
Content
> I understand many things can happen while importing a library. But for a specific program, its imports are usually fixed and very much likely the same between runs. That's why I believe a zygote/fork/snapshot feature would still be helpful to help avoid the startup delay.

I agree it can be useful.  It's different from your first post.  (Snapshot whole application, rather than just Python VM).
And this idea is discussed on Python-dev ML several times.

But I think it can be implemented as 3rd party tool at first.  It is better because (1) we can battle test the idea before adding it to stdlib, and (2) we can use the tool even for Python 3.7.
History
Date User Action Args
2018-08-06 10:28:39methanesetrecipients: + methane, barry, terry.reedy, ncoghlan, vstinner, cykerway
2018-08-06 10:28:39methanesetmessageid: <1533551319.92.0.56676864532.issue34296@psf.upfronthosting.co.za>
2018-08-06 10:28:39methanelinkissue34296 messages
2018-08-06 10:28:39methanecreate