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 BTaskaya, Peter Ludemann, carljm, corona10, eric.snow, gregory.p.smith, gvanrossum, hroncok, vstinner
Date 2020-07-08.18:59:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594234787.47.0.0169236378131.issue40360@roundup.psfhosted.org>
In-reply-to
Content
Can that be done as a 3rd party wrapper? Then you would be able to support older Python versions, and typed_ast (which can parse older Python grammars with a newer Python that's older than 3.8). Plus it would be much easier to get your code released -- no waiting for core devs to review it or waiting for the next CPython (bugfix or feature) release to get a bug fixed or small feature added.
History
Date User Action Args
2020-07-08 18:59:47gvanrossumsetrecipients: + gvanrossum, gregory.p.smith, vstinner, carljm, eric.snow, hroncok, corona10, BTaskaya, Peter Ludemann
2020-07-08 18:59:47gvanrossumsetmessageid: <1594234787.47.0.0169236378131.issue40360@roundup.psfhosted.org>
2020-07-08 18:59:47gvanrossumlinkissue40360 messages
2020-07-08 18:59:47gvanrossumcreate