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 vstinner
Recipients barry, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka, vstinner
Date 2015-09-18.16:10:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442592612.75.0.764413001079.issue25159@psf.upfronthosting.co.za>
In-reply-to
Content
Even if Python 3.5 startup is slower than Python 3.4 startup, I'm more concerned by Python 3.6! What happens in Python 3.6? Are you sure that all binaries were compiled in release mode?

Why do you import enum? The bare minimum is "pass" :-)
History
Date User Action Args
2015-09-18 16:10:12vstinnersetrecipients: + vstinner, barry, brett.cannon, ncoghlan, eric.snow, serhiy.storchaka
2015-09-18 16:10:12vstinnersetmessageid: <1442592612.75.0.764413001079.issue25159@psf.upfronthosting.co.za>
2015-09-18 16:10:12vstinnerlinkissue25159 messages
2015-09-18 16:10:12vstinnercreate