Message240845
Unassigning because I don't have an interest in going further down this path. I used this technique with zip() because tuple reuse nicely benefited the common case of "for a,b,c in zip(alist, blist, clist): ...".
On another thread, I did see mention of removing the memset() from tuple creation and that seems like a promising direction. |
|
| Date |
User |
Action |
Args |
| 2015-04-14 06:13:47 | rhettinger | set | recipients:
+ rhettinger, pitrou, scoder, ezio.melotti, serhiy.storchaka |
| 2015-04-14 06:13:47 | rhettinger | set | messageid: <[email protected]> |
| 2015-04-14 06:13:47 | rhettinger | link | issue23507 messages |
| 2015-04-14 06:13:47 | rhettinger | create | |
|