This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pekka.klarck
Recipients benjamin.peterson, brett.cannon, pekka.klarck, terry.reedy, yselivanov
Date 2019-11-21.22:23:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574375022.08.0.889750371912.issue38765@roundup.psfhosted.org>
In-reply-to
Content
I'd say `_attributes` is already exposed as defining it in your own node affects many of the functions in the ast module. For example, `ast.dump(node, include_attributes=True)` makes no sense otherwise.

Whatever was the reason for the leading underscore must be the same reason that added the underscore to `_fields`. That attribute is already documented.
History
Date User Action Args
2019-11-21 22:23:42pekka.klarcksetrecipients: + pekka.klarck, brett.cannon, terry.reedy, benjamin.peterson, yselivanov
2019-11-21 22:23:42pekka.klarcksetmessageid: <1574375022.08.0.889750371912.issue38765@roundup.psfhosted.org>
2019-11-21 22:23:42pekka.klarcklinkissue38765 messages
2019-11-21 22:23:41pekka.klarckcreate