[Python-3000] refleaks
Neal Norwitz
nnorwitz at gmail.com
Tue Apr 1 10:10:28 CEST 2008
On Tue, Apr 1, 2008 at 12:58 AM, Amaury Forgeot d'Arc
<amauryfa at gmail.com> wrote:
> On Tue, Apr 1, 2008 at 9:41 AM, Neal Norwitz <nnorwitz at gmail.com> 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
More information about the Python-3000
mailing list