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 philthompson10
Recipients
Date 2004-09-29.18:10:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1105728

Yes, it's a bug in my code. The problem was that PyType_Ready() was 
being called too soon (rather than not at all). I needed to do some 
initialisation before PyType_Ready() was called and moving it from the 
tp_new slot to the tp_alloc slot solved. 
 
Apologies for the premature report. 
History
Date User Action Args
2007-08-23 14:26:26adminlinkissue1034178 messages
2007-08-23 14:26:26admincreate