Message269846
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. | |
| Date | User | Action | Args | | 2016-07-05 19:56:21 | eric.snow | set | recipients: + eric.snow, ncoghlan, vstinner, berker.peksag | | 2016-07-05 19:56:20 | eric.snow | set | messageid: <1467748580.63.0.308791213966.issue24254@psf.upfronthosting.co.za> | | 2016-07-05 19:56:20 | eric.snow | link | issue24254 messages | | 2016-07-05 19:56:16 | eric.snow | create | | |