Message 240845 - Python tracker
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.