Message 339619 - Python tracker

Message339619

Author methane
Recipients Aaron Hall, anthony shaw, methane, ncoghlan, ronaldoussoren, serhiy.storchaka
Date 2019-04-08.11:36:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554723400.66.0.573195802911.issue36551@roundup.psfhosted.org>
In-reply-to
Content
> I should have been more explicit, this patch improves the performance of all list comprehensions that don’t have an if clause.

But in these cases, overhead of reallocation will be smaller than simple case.
History
Date User Action Args
2019-04-08 11:36:40methanesetrecipients: + methane, ronaldoussoren, ncoghlan, serhiy.storchaka, Aaron Hall, anthony shaw
2019-04-08 11:36:40methanesetmessageid: <1554723400.66.0.573195802911.issue36551@roundup.psfhosted.org>
2019-04-08 11:36:40methanelinkissue36551 messages
2019-04-08 11:36:40methanecreate