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