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 pitrou
Recipients Yury.Selivanov, casevh, josh.r, lemburg, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner, yselivanov, zbyrne
Date 2016-02-07.19:42:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454874121.1.0.935219840918.issue21955@psf.upfronthosting.co.za>
In-reply-to
Content
Be careful with test suites: first, they might exercise code that would never be a critical point for performance in a real-world application; second and most important, unittest seems to have gotten slower between 2.x and 3.x, so you would really be comparing apples to oranges.
History
Date User Action Args
2016-02-07 19:42:01pitrousetrecipients: + pitrou, lemburg, rhettinger, mark.dickinson, vstinner, casevh, skrah, Yury.Selivanov, serhiy.storchaka, yselivanov, josh.r, zbyrne
2016-02-07 19:42:01pitrousetmessageid: <1454874121.1.0.935219840918.issue21955@psf.upfronthosting.co.za>
2016-02-07 19:42:01pitroulinkissue21955 messages
2016-02-07 19:42:00pitroucreate