Message 394729 - Python tracker
Message394729
| Author | Nils Kattenbeck |
|---|---|
| Recipients | Nils Kattenbeck, gvanrossum, keithblaha, levkivskyi |
| Date | 2021-05-29.10:52:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1622285573.68.0.733569565337.issue41249@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
What is/was the initial reason to not preserve the MRO for a TypedDict? The only thing which came to my mind would be instantiation performance but as annotations are not evaluated by default and on the right-hide side of assignment most people will use dict literals I am not sure if this is still relevant. Otherwise it might even be simpler to just preserve the original bases in TypedDict but please correct me if I overlooked something |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-05-29 10:52:53 | Nils Kattenbeck | set | recipients: + Nils Kattenbeck, gvanrossum, levkivskyi, keithblaha |
| 2021-05-29 10:52:53 | Nils Kattenbeck | set | messageid: <1622285573.68.0.733569565337.issue41249@roundup.psfhosted.org> |
| 2021-05-29 10:52:53 | Nils Kattenbeck | link | issue41249 messages |
| 2021-05-29 10:52:53 | Nils Kattenbeck | create | |