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 serhiy.storchaka
Recipients beng94, mark.dickinson, martin.panter, nomeata, serhiy.storchaka
Date 2016-11-29.19:54:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480449276.56.0.411685395777.issue24015@psf.upfronthosting.co.za>
In-reply-to
Content
That was implemented in issue28240.

$ time ./python -m timeit "import time; time.sleep(1.0)"
1 loop, best of 5: 1 sec per loop

real    0m6.176s
user    0m0.160s
sys     0m0.004s
History
Date User Action Args
2016-11-29 19:54:36serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, martin.panter, nomeata, beng94
2016-11-29 19:54:36serhiy.storchakasetmessageid: <1480449276.56.0.411685395777.issue24015@psf.upfronthosting.co.za>
2016-11-29 19:54:36serhiy.storchakalinkissue24015 messages
2016-11-29 19:54:36serhiy.storchakacreate