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 pablogsal
Recipients pablogsal, vstinner
Date 2019-12-16.18:17:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576520221.75.0.603623116236.issue39069@roundup.psfhosted.org>
In-reply-to
Content
I will be ok with (no particular order):

- Avoid cool enum and functools modules, and use simpler
- Accept to make "import ast" slower
- Lazy import

I think is very important to keep 'ast.unparse' symmetric with 'ast.parse': is consistent, helps with discovery and they are very much related. Whatever option we choose we should try to maintain this IMO.
History
Date User Action Args
2019-12-16 18:17:01pablogsalsetrecipients: + pablogsal, vstinner
2019-12-16 18:17:01pablogsalsetmessageid: <1576520221.75.0.603623116236.issue39069@roundup.psfhosted.org>
2019-12-16 18:17:01pablogsallinkissue39069 messages
2019-12-16 18:17:01pablogsalcreate