Message317026
| Author | reinhrst |
|---|---|
| Recipients | reinhrst |
| Date | 2018-05-18.12:39:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526647195.4.0.682650639539.issue33569@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Right now dataclasses.InitVar[something] is dataclasses.InitVar. This means that any type-information is removed, and it will (for instance) be impossible to do (runtime) type info checks on the generated __init__, or find out anything about the type of the variable. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-18 12:39:55 | reinhrst | set | recipients: + reinhrst |
| 2018-05-18 12:39:55 | reinhrst | set | messageid: <1526647195.4.0.682650639539.issue33569@psf.upfronthosting.co.za> |
| 2018-05-18 12:39:55 | reinhrst | link | issue33569 messages |
| 2018-05-18 12:39:55 | reinhrst | create | |