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 ncoghlan
Recipients BTaskaya, Guido.van.Rossum, Mark.Shannon, brandtbucher, freundTech, ncoghlan, pablogsal
Date 2021-04-25.08:56:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619340993.57.0.190396707619.issue43892@roundup.psfhosted.org>
In-reply-to
Content
PR against the main repo is now up: https://github.com/python/cpython/pull/25585

A couple of things in the unparser tripped me up (ast_unparse.c only handles annotation expressions, the way ast._Unparser.visit() is defined means NodeVisitor.generic_visit can't be used), so the PR also includes some clarifying comments for future editors.
History
Date User Action Args
2021-04-25 08:56:33ncoghlansetrecipients: + ncoghlan, Mark.Shannon, Guido.van.Rossum, pablogsal, brandtbucher, BTaskaya, freundTech
2021-04-25 08:56:33ncoghlansetmessageid: <1619340993.57.0.190396707619.issue43892@roundup.psfhosted.org>
2021-04-25 08:56:33ncoghlanlinkissue43892 messages
2021-04-25 08:56:33ncoghlancreate