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 mark.dickinson
Recipients mark.dickinson, martin.panter, nomeata
Date 2015-04-20.19:22:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429557767.34.0.764220934016.issue24015@psf.upfronthosting.co.za>
In-reply-to
Content
Huh.  I assumed that timeit was doing this already.  +1 from me.

Affects Python 3.4 and 3.5, too.

taniyama:~ mdickinson$ time python -m timeit "import time; time.sleep(1.0)"
10 loops, best of 3: 1 sec per loop

real	0m40.165s
user	0m0.040s
sys	0m0.024s
History
Date User Action Args
2015-04-20 19:22:47mark.dickinsonsetrecipients: + mark.dickinson, martin.panter, nomeata
2015-04-20 19:22:47mark.dickinsonsetmessageid: <1429557767.34.0.764220934016.issue24015@psf.upfronthosting.co.za>
2015-04-20 19:22:47mark.dickinsonlinkissue24015 messages
2015-04-20 19:22:47mark.dickinsoncreate