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 mark.dickinson
Recipients mark.dickinson, ncoghlan
Date 2010-05-05.14:49:01
SpamBayes Score 0.17506212
Marked as misclassified No
Message-id <1273070943.47.0.27251126155.issue8627@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  Fixing this isn't easy:  a simple 'if (inherit_slots(...) < 0) goto error;' produces a huge reference leak in PyType_Ready.
History
Date User Action Args
2010-05-05 14:49:03mark.dickinsonsetrecipients: + mark.dickinson, ncoghlan
2010-05-05 14:49:03mark.dickinsonsetmessageid: <1273070943.47.0.27251126155.issue8627@psf.upfronthosting.co.za>
2010-05-05 14:49:01mark.dickinsonlinkissue8627 messages
2010-05-05 14:49:01mark.dickinsoncreate