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 pitrou
Recipients lukasz.langa, mark.dickinson, pitrou, rhettinger, scoder, serhiy.storchaka
Date 2015-04-30.23:35:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430436911.8.0.759769446068.issue24076@psf.upfronthosting.co.za>
In-reply-to
Content
It seems we (like the benchmarks posted) are spending a whole lot of time on something that's probably not relevant to any real-world situation.

If someone has actual code that suffers from this, it would be good to know about it.
(note by the way that summing on a range() can be done O(1): it's just a variation on a arithmetic series)
History
Date User Action Args
2015-04-30 23:35:11pitrousetrecipients: + pitrou, rhettinger, mark.dickinson, scoder, lukasz.langa, serhiy.storchaka
2015-04-30 23:35:11pitrousetmessageid: <1430436911.8.0.759769446068.issue24076@psf.upfronthosting.co.za>
2015-04-30 23:35:11pitroulinkissue24076 messages
2015-04-30 23:35:11pitroucreate