Amaury Forgeot d'Arc added the comment: For the record: It is very wrong to call self->ob_type->tp_base's slot: slots are often copied from their base class, and you get infinite recursion. Calling StructType.tp_base->tp_setattro is much better.
_____________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1700288> _____________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com