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 serhiy.storchaka
Recipients jdufresne, rhettinger, serhiy.storchaka, steven.daprano, terry.reedy
Date 2017-05-18.15:05:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495119949.43.0.295770701247.issue30296@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, the PR was merged while I made a review.

tuple([i for i in a]) is 2 times faster than tuple(i for i in a). Since there is no significant difference in readability I would keep the variant with a list comprehension if it is initial.
History
Date User Action Args
2017-05-18 15:05:49serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, steven.daprano, jdufresne
2017-05-18 15:05:49serhiy.storchakasetmessageid: <1495119949.43.0.295770701247.issue30296@psf.upfronthosting.co.za>
2017-05-18 15:05:49serhiy.storchakalinkissue30296 messages
2017-05-18 15:05:49serhiy.storchakacreate