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 larry, scoder, serhiy.storchaka, vstinner, xtreak
Date 2019-01-11.15:47:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547221671.39.0.439071476432.issue35582@roundup.psfhosted.org>
In-reply-to
Content
$ ./python -m timeit -s "from operator import add" "add(1, 2)"
Unpatched:  5000000 loops, best of 5: 40.7 nsec per loop
Patched:    10000000 loops, best of 5: 32.6 nsec per loop

We should stop you, or the timing will become negative if you continue!
History
Date User Action Args
2019-01-11 15:47:52vstinnersetrecipients: + vstinner, scoder, larry, serhiy.storchaka, xtreak
2019-01-11 15:47:51vstinnersetmessageid: <1547221671.39.0.439071476432.issue35582@roundup.psfhosted.org>
2019-01-11 15:47:51vstinnerlinkissue35582 messages
2019-01-11 15:47:51vstinnercreate