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 eric.snow
Recipients berker.peksag, eric.snow, ncoghlan, vstinner
Date 2016-07-05.19:56:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467748580.63.0.308791213966.issue24254@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch that matches the accepted PEP.  Most notably I've added a tp_deforder slot.  This was necessary because subclasses should not inherit their parent's __definition_order__ and the ability to delete cls.__definition_order__ makes this problematic.  I didn't see a way to do that without adding a new type slot.
History
Date User Action Args
2016-07-05 19:56:21eric.snowsetrecipients: + eric.snow, ncoghlan, vstinner, berker.peksag
2016-07-05 19:56:20eric.snowsetmessageid: <1467748580.63.0.308791213966.issue24254@psf.upfronthosting.co.za>
2016-07-05 19:56:20eric.snowlinkissue24254 messages
2016-07-05 19:56:16eric.snowcreate