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 corona10
Recipients corona10
Date 2020-01-22.17:16:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579713363.79.0.989493842853.issue39425@roundup.psfhosted.org>
In-reply-to
Content
./python.exe -m pyperf timeit -s 'a = [1]*100'  'a.count(1)'

Current Master: Mean +- std dev: 1.05 us +- 0.03 us
My patch: Mean +- std dev: 423 ns +- 11 ns

This is the side-effect of pr 17022.
History
Date User Action Args
2020-01-22 17:16:03corona10setrecipients: + corona10
2020-01-22 17:16:03corona10setmessageid: <1579713363.79.0.989493842853.issue39425@roundup.psfhosted.org>
2020-01-22 17:16:03corona10linkissue39425 messages
2020-01-22 17:16:03corona10create