]> granicus.if.org Git - python/commit
Fix the reference leak in test_generators, by explicitly breaking the cycle
authorThomas Wouters <thomas@python.org>
Fri, 31 Mar 2006 15:31:43 +0000 (15:31 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 31 Mar 2006 15:31:43 +0000 (15:31 +0000)
commita6126ba8909a3315a351582d975076dbdab04650
treee740c1f2a3208f97eb9ff5fc6cc0dcc80cddf17d
parent58917a608336e5eb316664c118aa721defe0b39d
Fix the reference leak in test_generators, by explicitly breaking the cycle
we are about to leave behind. An example of the cause of this leak can be
found in the leakers directory, in case we ever want to tackle the
underlying problem.
Lib/test/test_generators.py