]> granicus.if.org Git - python/commit
Make itertools.tee and its internal teedataobject participate in GC. This
authorThomas Wouters <thomas@python.org>
Mon, 27 Mar 2006 21:02:13 +0000 (21:02 +0000)
committerThomas Wouters <thomas@python.org>
Mon, 27 Mar 2006 21:02:13 +0000 (21:02 +0000)
commit19bf33bc7af23adfcaf4a3bd80b2acc9807cf6ca
treed91b2922744a0fc9bf0f97ac1500e0d7836a34eb
parent5d0f4c61931e9696a8864e86eab3f00a5600bd37
Make itertools.tee and its internal teedataobject participate in GC. This
alone does not solve the leak in test_generators, unfortunately, but it is
part of test_generators' problem and it does solve other cycles.
Modules/itertoolsmodule.c