[Python-3000] refleak in test_io?

Thomas Wouters thomas at python.org
Thu Aug 30 14:24:39 CEST 2007


On 8/30/07, Neal Norwitz <nnorwitz at gmail.com> wrote:
>
> On 8/29/07, Thomas Wouters <thomas at python.org> wrote:
> >
> > Am I the only one seeing a refleak in test_io?
>
> I know of leaks in 4 modules, but they all may point to the same one
> you identified:
>
> test_io leaked [62, 62] references, sum=124
> test_urllib leaked [122, 122] references, sum=244
> test_urllib2_localnet leaked [3, 3] references, sum=6
> test_xmlrpc leaked [26, 26] references, sum=52


FWIW, they do. Removing the subclass-cache fixes all these refleaks (but
it's not really a solution ;)

-- 
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-3000/attachments/20070830/9541eba3/attachment.htm 


More information about the Python-3000 mailing list