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 rbcollins, serhiy.storchaka, tim.peters, vstinner
Date 2016-11-03.01:59:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478138393.56.0.348646870992.issue23693@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote a whole new project "perf" to fix root issues of this issue. It includes a timeit command. I suggest you to use "perf timeit" rather than "timeit" because perf is more reliable:
http://perf.readthedocs.io/en/latest/cli.html#timeit
History
Date User Action Args
2016-11-03 01:59:53vstinnersetrecipients: + vstinner, tim.peters, rbcollins, serhiy.storchaka
2016-11-03 01:59:53vstinnersetmessageid: <1478138393.56.0.348646870992.issue23693@psf.upfronthosting.co.za>
2016-11-03 01:59:53vstinnerlinkissue23693 messages
2016-11-03 01:59:52vstinnercreate