Message 354071 - Python tracker
Message354071
| Author | serhiy.storchaka |
|---|---|
| Recipients | abarry, alegonz, levkivskyi, serhiy.storchaka, steven.daprano |
| Date | 2019-10-07.10:18:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1570443515.49.0.686434781206.issue28869@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
There is a simpler way to fix this issue. Instead of hacking __new__, the inheritance registry can be set up in ABCMeta.__init__. There are no reasons of making this in __new__. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-10-07 10:18:35 | serhiy.storchaka | set | recipients: + serhiy.storchaka, steven.daprano, levkivskyi, abarry, alegonz |
| 2019-10-07 10:18:35 | serhiy.storchaka | set | messageid: <1570443515.49.0.686434781206.issue28869@roundup.psfhosted.org> |
| 2019-10-07 10:18:35 | serhiy.storchaka | link | issue28869 messages |
| 2019-10-07 10:18:35 | serhiy.storchaka | create | |