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 cool-RR
Recipients BTaskaya, cool-RR, pablogsal
Date 2020-02-21.19:26:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582313181.26.0.857371445204.issue39715@roundup.psfhosted.org>
In-reply-to
Content
I understand that we have to be really careful in including information that could have unlimited size. But I think we have lots of information that isn't that way.

For example, for ClassDef and FunctionDef objects, we could include the name. For Assign, we could include the lhs. For Import, we could include the module name, etc.

And for all objects, we could include the number of descendants that they have, so people could more easily understand which are tiny and which are huge.
History
Date User Action Args
2020-02-21 19:26:21cool-RRsetrecipients: + cool-RR, pablogsal, BTaskaya
2020-02-21 19:26:21cool-RRsetmessageid: <1582313181.26.0.857371445204.issue39715@roundup.psfhosted.org>
2020-02-21 19:26:21cool-RRlinkissue39715 messages
2020-02-21 19:26:21cool-RRcreate