You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Extract empty_arguments_object helper from expression.rs
- Fix LIST_FIELDS ambiguity: "args" and "body" have different
ASDL types per node (e.g. Lambda.args is `arguments`, not
`expr*`; Lambda.body is `expr`, not `stmt*`)
- Replace class name string comparison in compile() with
fast_isinstance to accept AST subclasses
0 commit comments