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 gregory.p.smith, gvanrossum
Date 2020-04-22.14:26:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587565564.25.0.573668687161.issue40360@roundup.psfhosted.org>
In-reply-to
Content
I am in favor of this. We could promote LibCST, which is based on Parso, which uses a forked version of pgen2 (the parser in lib2to3). I believe one of these could switch to a fork of pegen as its parser, so it will be able to handle new PEG based syntax in 3.10+.

Removal by 3.12 might be feasible.
History
Date User Action Args
2020-04-22 14:26:04gvanrossumsetrecipients: + gvanrossum, gregory.p.smith
2020-04-22 14:26:04gvanrossumsetmessageid: <1587565564.25.0.573668687161.issue40360@roundup.psfhosted.org>
2020-04-22 14:26:04gvanrossumlinkissue40360 messages
2020-04-22 14:26:04gvanrossumcreate