Message363640
| Author | serhiy.storchaka |
|---|---|
| Recipients | BTaskaya, benjamin.peterson, brett.cannon, eamanu, levkivskyi, serhiy.storchaka, yselivanov |
| Date | 2020-03-08.08:33:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1583656437.03.0.466201450722.issue36287@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
PR 18843 solves this issue by setting None as class attributes for optional fields and attributes (like "kind" or "end_col_offset"). It is not so easy for fields like "type_ignores". They are mutable lists, so this approach cannot be applied to them. I want to get rid also from "ctx=Load()", but it is more complex change. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-03-08 08:33:57 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, benjamin.peterson, yselivanov, levkivskyi, eamanu, BTaskaya |
| 2020-03-08 08:33:57 | serhiy.storchaka | set | messageid: <1583656437.03.0.466201450722.issue36287@roundup.psfhosted.org> |
| 2020-03-08 08:33:57 | serhiy.storchaka | link | issue36287 messages |
| 2020-03-08 08:33:56 | serhiy.storchaka | create | |