Message376328
Hm, I don't believe that will work -- each node type (e.g. `expr_ty`,
`mod_ty`) has its own enum for `kind` (e.g. `_expr_kind`, `_mod_kind`) and
some don't have a `kind` field at all (e.g. `keyword_ty`). So you'd have to
add an extra field to each node type and initialize that with yet another
enum that can be used to distinguish between node *types*. (There are other
options, but they all sound like a lot of work.) |
|
| Date |
User |
Action |
Args |
| 2020-09-03 22:38:14 | gvanrossum | set | recipients:
+ gvanrossum, blarsen, pablogsal |
| 2020-09-03 22:38:14 | gvanrossum | link | issue41697 messages |
| 2020-09-03 22:38:14 | gvanrossum | create | |
|