Message363640
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. |
|
| 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: <[email protected]> |
| 2020-03-08 08:33:57 | serhiy.storchaka | link | issue36287 messages |
| 2020-03-08 08:33:56 | serhiy.storchaka | create | |
|