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 serhiy.storchaka, vstinner
Date 2015-03-06.13:08:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425647288.22.0.482400911128.issue23571@psf.upfronthosting.co.za>
In-reply-to
Content
Even worse benchmark: timeit :-)

python -m timeit -s 'def f(): pass' 'f()'

* original: 67.5 nanoseconds
* patched: 64.1 nanoseconds (faster!?)
History
Date User Action Args
2015-03-06 13:08:08vstinnersetrecipients: + vstinner, serhiy.storchaka
2015-03-06 13:08:08vstinnersetmessageid: <1425647288.22.0.482400911128.issue23571@psf.upfronthosting.co.za>
2015-03-06 13:08:08vstinnerlinkissue23571 messages
2015-03-06 13:08:08vstinnercreate