Guido van Rossum <guido@python.org> writes: > You've convinced me. Here's a patch that only touches typeobject.c. > It doesn't add any fields, and it doesn't require multiple collections > to clear out cycles involving a class and its type. I like it! Looks good to me, too! Martin