Guido van Rossum wrote: > Adding GC to an object isn't hard, and the tp_traverse/tp_clear > implementations probably port right over. frameobject is not easy. They use a free list, realloc and the trashcan. The 2.1 GC API is a lot harder to use correctly as well. :-( Neil