This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, rupole
Date 2008-07-29.08:40:35
SpamBayes Score 3.933487e-05
Marked as misclassified No
Message-id <1217320838.25.0.839866876122.issue3453@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2008-07-29 08:40:38amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, rupole, benjamin.peterson
2008-07-29 08:40:38amaury.forgeotdarcsetmessageid: <1217320838.25.0.839866876122.issue3453@psf.upfronthosting.co.za>
2008-07-29 08:40:37amaury.forgeotdarclinkissue3453 messages
2008-07-29 08:40:36amaury.forgeotdarccreate