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 ethan.furman, gvanrossum, ned.deily, python-dev, vstinner
Date 2016-11-08.01:40:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaxXLkCEMM73tc5ALkVxb1cCOAmDQV+cw0Nz+ykKkTY8w@mail.gmail.com>
In-reply-to <CAP7+vJKSwWkbs1DZc4hdq-S5cmtnEpYCZFS5cVfD1ivCiTH7pQ@mail.gmail.com>
Content
python_startup:

* 2.7: 7.74 ms +- 0.28 ms
* 3.4: 18.7 ms +- 0.4 ms
* 3.5: 20.3 ms +- 0.7 ms
* 3.6: 26.9 ms +- 0.6 ms (rev c4319c0d0131, before the revert)
* 3.7: 26.6 ms +- 0.5 ms (rev 36af3566b67a, before the revert)
* 3.7: 24.6 ms +- 0.0 ms (rev cf7711887b4a, after the revert)
History
Date User Action Args
2016-11-08 01:40:29vstinnersetrecipients: + vstinner, gvanrossum, ned.deily, ethan.furman, python-dev
2016-11-08 01:40:29vstinnerlinkissue28637 messages
2016-11-08 01:40:29vstinnercreate