On Tue, Apr 1, 2008 at 12:58 AM, Amaury Forgeot d'Arc <[EMAIL PROTECTED]> wrote: > On Tue, Apr 1, 2008 at 9:41 AM, Neal Norwitz <[EMAIL PROTECTED]> wrote: > > I fixed the itertools refleak. > > > > test_compile leaks due to code like this: > > > > class J: > > def foo(): > > class Bar: pass > > > > I thought Amaury fixed that problem already? > > http://mail.python.org/pipermail/python-3000-checkins/2008-March/003205.html > says: > > Blocked revisions 62015 via svnmerge > > This was apparently fixed in r54428 already
[solution] This fixed the problem in test_compile. Committed revision 62089. test_io and test_queue are still leaking. n _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com