Skip to content

Commit b7e9525

Browse files
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).
1 parent 85f5a69 commit b7e9525

File tree

6 files changed

+225
-133
lines changed

6 files changed

+225
-133
lines changed

0 commit comments

Comments
 (0)