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 BTaskaya, pablogsal, vstinner
Date 2019-12-16.18:47:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576522034.03.0.227778572518.issue39069@roundup.psfhosted.org>
In-reply-to
Content
One thing to notice:

Factoring this into a submodule may be a bit annoying as it will have circular imports as the unparse submodule depends directly on stuff from ast and ast will import unparse. Is possible to make it work if we import it at the end but is a bit ugly.
History
Date User Action Args
2019-12-16 18:47:14pablogsalsetrecipients: + pablogsal, vstinner, BTaskaya
2019-12-16 18:47:14pablogsalsetmessageid: <1576522034.03.0.227778572518.issue39069@roundup.psfhosted.org>
2019-12-16 18:47:14pablogsallinkissue39069 messages
2019-12-16 18:47:13pablogsalcreate