SIGN IN SIGN UP

bpo-36287: Make ast.dump() not output optional fields and attributes with default values. (GH-18843)

The default values for optional fields and attributes of AST nodes are now set
as class attributes (e.g. Constant.kind is set to None).
S
Serhiy Storchaka committed
b7e9525f9c7ef02a1d2ad8253afdeb733b0951d4
Parent: 85f5a69
Committed by GitHub <noreply@github.com> on 3/9/2020, 10:07:47 PM