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 chatgris, gvanrossum, python-dev, vstinner, yselivanov
Date 2014-09-30.13:51:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412085104.92.0.540271328746.issue22448@psf.upfronthosting.co.za>
In-reply-to
Content
> Turned out that single loop approach is not faster than loop+comprehension

IMO it makes the code simpler and easier to understand.
History
Date User Action Args
2014-09-30 13:51:44vstinnersetrecipients: + vstinner, gvanrossum, python-dev, yselivanov, chatgris
2014-09-30 13:51:44vstinnersetmessageid: <1412085104.92.0.540271328746.issue22448@psf.upfronthosting.co.za>
2014-09-30 13:51:44vstinnerlinkissue22448 messages
2014-09-30 13:51:44vstinnercreate