Message269846
| 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: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 | |