Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Forget my last remark: it applies to heap types (created with type_new()) and not to static types.
However, it seems that a non-ready class in tp_bases can happen only when an extension type inherits from another extension type. It is good practice to call PyType_Ready() on every type you define (otherwise tp_methods doesn't work); doesn't this answer the initial problem? _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3453> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com