]> granicus.if.org Git - python/commit
In true regression-test spirit, make sure the
authorThomas Wouters <thomas@python.org>
Tue, 28 Mar 2006 08:44:55 +0000 (08:44 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 28 Mar 2006 08:44:55 +0000 (08:44 +0000)
commit4054b9720b31c9b2f06c840a96153fb3879ada7d
treeaf28c84225f0594e74771d837a1ebffe7030aca6
parenta33b2bc873fd5b02e02c8961a32989c83066414e
In true regression-test spirit, make sure the
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.
Lib/test/test_generators.py