Message77943
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] |
|
| Date |
User |
Action |
Args |
| 2008-12-16 23:50:18 | rhettinger | set | recipients:
+ rhettinger, nnorwitz, jafo, belopolsky, pitrou |
| 2008-12-16 23:50:18 | rhettinger | set | messageid: <[email protected]> |
| 2008-12-16 23:50:17 | rhettinger | link | issue2183 messages |
| 2008-12-16 23:50:17 | rhettinger | create | |
|