[Python-Dev] refleaks and caches

Thomas Wouters thomas at python.org
Mon Jan 28 20:44:07 CET 2008


On Jan 27, 2008 6:08 PM, Christian Heimes <lists at cheimes.de> wrote:

> Brett Cannon wrote:
> > Ignoring whether this is the right thing to do, should this be in sys or
> in gc?
>
> Yeah, good idea. The gc module makes sense.
>

Does it? The gc module is specific to the cyclic-gc system. I don't see that
this method is. If cyclic-gc is unavailable, should this function be
unavailable too?

-- 
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-dev/attachments/20080128/c1ab8c26/attachment.htm 


More information about the Python-Dev mailing list