[Python-checkins] Python Regression Test Failures refleak (1)

Thomas Wouters thomas at python.org
Tue Mar 14 00:33:06 CET 2006


On 3/14/06, Brett Cannon <brett at python.org> wrote:
>
> 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.


I did the same narrowing-down last week, and submitted a patch to add
cycle-GC support to itertools.tee. It really needs it. Come to think of it,
now that I remember how to properly do GC, I think the patch cuts some
corners, but it solved the problem. Raymond is on it, anyway:

http://python.org/sf/1444398

--
Thomas Wouters <thomas at python.org>

Hi! I'm a .signature virus! copy me into your .signature file to help me
spread!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-checkins/attachments/20060314/d8bb4aaf/attachment.htm 


More information about the Python-checkins mailing list