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 rhettinger
Recipients belopolsky, jafo, nnorwitz, pitrou, rhettinger
Date 2008-12-16.23:50:17
SpamBayes Score 0.0025443719
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
This looks like a major improvement, not just for speed, but for getting
rid of the _[1] arguments setup, retrieval, and deletion.

I presume it has been tested with nested and conditional variants? 

     def f(): return [x for t in s for x in t if x]
History
Date User Action Args
2008-12-16 23:50:18rhettingersetrecipients: + rhettinger, nnorwitz, jafo, belopolsky, pitrou
2008-12-16 23:50:18rhettingersetmessageid: <[email protected]>
2008-12-16 23:50:17rhettingerlinkissue2183 messages
2008-12-16 23:50:17rhettingercreate