|
|
|
|
|
by masklinn
1639 days ago
|
|
> the deprecation of Index and introduction of Constant more recently. The introduction of Constant also deprecated everything it replaced (Str, Num, Bytes, and NameConstant). There's also the introduction of f-strings (ast'd as JoinedStr), various nodes being duplicated for their async version. Probably more relevant to automatically discovering signatures would be the addition of positional-only arguments to the `arguments` object. But messing with the AST is definitely a lot more stable than messing with the bytecode. |
|