[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Include cellobject.h,NONE,2.1 Python.h,2.30,2.31

Neil Schemenauer nas@arctrix.com
Thu, 25 Jan 2001 07:10:56 -0800


On Thu, Jan 25, 2001 at 12:04:16PM -0800, Jeremy Hylton wrote:
> A cell contains a reference to a single PyObject.  It could be
> implemented as a mutable, one-element sequence, but the separate type
> has less overhead.

Can this object be involved in reference cycles?  If so, it
should probably have the GC methods added to it.

  Neil