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 Oren Milman, mark.dickinson, serhiy.storchaka, vstinner, ztane
Date 2017-03-02.10:00:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488448835.64.0.405860593258.issue28272@psf.upfronthosting.co.za>
In-reply-to
Content
> Try to bench list(range(256)). It should create small ints in tight loop.

This expression doesn't call maybe_small_long().
History
Date User Action Args
2017-03-02 10:00:35vstinnersetrecipients: + vstinner, mark.dickinson, serhiy.storchaka, ztane, Oren Milman
2017-03-02 10:00:35vstinnersetmessageid: <1488448835.64.0.405860593258.issue28272@psf.upfronthosting.co.za>
2017-03-02 10:00:35vstinnerlinkissue28272 messages
2017-03-02 10:00:35vstinnercreate