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 cykerway
Recipients barry, cykerway, methane, ncoghlan, terry.reedy, vstinner
Date 2018-08-06.10:39:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533551988.88.0.56676864532.issue34296@psf.upfronthosting.co.za>
In-reply-to
Content
It was tested on a x86_64 Linux system. The machine is not quite new but is OK for building and running python. The test script is actually a management tool for a larger project that is not released in public so I don't have right to disclose it here. When tested on python 3.7 it did run faster than python 3.6 so there were indeed great improvements.

While optimizing standard libraries definitely makes the program start up faster, we should also note that each user program also has its own specific initialization procedure. This is in general out of control of language platform developers, but forking a user-initialized vm or using a snapshot chosen by the user still helps.
History
Date User Action Args
2018-08-06 10:39:48cykerwaysetrecipients: + cykerway, barry, terry.reedy, ncoghlan, vstinner, methane
2018-08-06 10:39:48cykerwaysetmessageid: <1533551988.88.0.56676864532.issue34296@psf.upfronthosting.co.za>
2018-08-06 10:39:48cykerwaylinkissue34296 messages
2018-08-06 10:39:48cykerwaycreate