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 pingebretson
Recipients Mark.Shannon, benjamin.peterson, pingebretson, pitrou
Date 2014-02-16.20:22:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392582140.95.0.647533868204.issue20637@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Mark, I agree.

I thought that assigning to tp_dictoffset in inherit_special was redundant with the assignment in inherit_slot and the assignment I added, but I see that COPYSLOT and COPYVAL are slightly different and extension types won't go through type_new.

Here's an updated patch.
History
Date User Action Args
2014-02-16 20:22:20pingebretsonsetrecipients: + pingebretson, pitrou, benjamin.peterson, Mark.Shannon
2014-02-16 20:22:20pingebretsonsetmessageid: <1392582140.95.0.647533868204.issue20637@psf.upfronthosting.co.za>
2014-02-16 20:22:20pingebretsonlinkissue20637 messages
2014-02-16 20:22:20pingebretsoncreate