[Python-checkins] Python Regression Test Failures refleak (1)
Brett Cannon
brett at python.org
Tue Mar 14 00:22:23 CET 2006
On 3/13/06, Neal Norwitz <neal at metaslash.com> wrote:
> test_generators leaked [255, 255, 255] references
I have narrowed down which test group in test_generators is causing
the leaks: fun_tests is causing 254 of the leaks while coroutine_tests
is causing 1 leak.
The fun_tests leaks might be stemming from the itertools.tee leak
since it uses tee in several places. So this is me poking Raymond
with a stick to fix the tee leak (if I remember correctly that he
said he was going to fix this =).
-Brett
More information about the Python-checkins
mailing list