• Thomas Wouters's avatar
    In true regression-test spirit, make sure the · 4054b972
    Thomas Wouters authored
    itertools.tee->instance->attribute->itertools.tee and
    itertools.tee->teedataobject->itertools.tee cycles, which can be found now
    that itertools.tee and its teedataobject participate in GC, remain findable
    and cleanable. The test won't fail when they aren't, but at least the
    frequent hunt-refleaks runs would spot the rise in refleaks.
    4054b972
test_generators.py 46.7 KB