Aahz wrote: > Isn't this irrelevant, anyway, because Jython doesn't implement > CPython's refcount mechanisms? I don't think mark & sweep or copying GC saves you. If Jython keeps a reference to interned strings then the GC cannot free that memory. Neil