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 belopolsky, musically_ut, ned.deily, serhiy.storchaka, vstinner
Date 2017-07-03.10:50:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499079028.82.0.904577999301.issue30822@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I didn't read the issue. In fact, it seems like the commit 34b54873b51a1ebee2a3c57b7205537b4f33128d already repaired buildbots (x86 Tiger 3.x at least).

But... test_datetime became the *slowest* test of x86 Tiger 3.x:

10 slowest tests:
- test_datetime: 19 min 6 sec
- test_tools: 7 min 20 sec
- test_multiprocessing_spawn: 6 min 54 sec
- ...

Wait, 19 minutes to test datetime??? What's wrong with test_datetime?
History
Date User Action Args
2017-07-03 10:50:28vstinnersetrecipients: + vstinner, belopolsky, ned.deily, serhiy.storchaka, musically_ut
2017-07-03 10:50:28vstinnersetmessageid: <1499079028.82.0.904577999301.issue30822@psf.upfronthosting.co.za>
2017-07-03 10:50:28vstinnerlinkissue30822 messages
2017-07-03 10:50:28vstinnercreate