<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > it looks like we have to use other way, hold the data we want to > preseve in an object, because it is possible the class is removed > before the instance cleaned,
What is removed first is the binding between name A and the class object. But the class object still exists (its refcount is > 0) and can be accessed via the instance which has a reference to that class object. Terry J. Reedy -- http://mail.python.org/mailman/listinfo/python-list