Message314828
| Author | wrmsr |
|---|---|
| Recipients | wrmsr |
| Date | 2018-04-02.22:01:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1522706515.12.0.467229070634.issue33207@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Per the docs ( https://docs.python.org/3/reference/datamodel.html#object.__init_subclass__ ) this should be chain-calling super but currently doesn't, and thus breaks base classes listed after it which depend on this functionality. Attached a test for a real-world usecase of mine. Originally noted in https://bugs.python.org/issue32162? but on a new ticket as requested. Thanks :) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-04-02 22:01:55 | wrmsr | set | recipients: + wrmsr |
| 2018-04-02 22:01:55 | wrmsr | set | messageid: <1522706515.12.0.467229070634.issue33207@psf.upfronthosting.co.za> |
| 2018-04-02 22:01:55 | wrmsr | link | issue33207 messages |
| 2018-04-02 22:01:55 | wrmsr | create | |