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 gvanrossum
Recipients eric.snow, gvanrossum, levkivskyi, lukasz.langa, potomak
Date 2019-08-08.04:16:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565237796.4.0.0343653280592.issue37496@roundup.psfhosted.org>
In-reply-to
Content
> 1. Should I create a new function in the `ast` module that exposes that C function in Python in order to use it in `Lib/inspect.py`?
> 2. Would it be better to just re-use the _AST to string_ implementation in `Tools/unparse.py`?

I would vote for #1. If it is not up to the task that probably points to a flaw anyway.
History
Date User Action Args
2019-08-08 04:16:36gvanrossumsetrecipients: + gvanrossum, lukasz.langa, eric.snow, levkivskyi, potomak
2019-08-08 04:16:36gvanrossumsetmessageid: <1565237796.4.0.0343653280592.issue37496@roundup.psfhosted.org>
2019-08-08 04:16:36gvanrossumlinkissue37496 messages
2019-08-08 04:16:36gvanrossumcreate