• Tim Peters's avatar
    Took a crack at figuring out how the set iteration protocol really works. · c2291c22
    Tim Peters authored
    Added lots of comments as a result.  Redid parts of multiunion() because
    it was clearly leaking references tucked away inside its SetIteration
    struct.  Added XXX comments in another place I'm pretty sure is leaking
    similar references in error cases (but am too tired to fix that now, if
    so).
    c2291c22
SetOpTemplate.c 13.4 KB