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 brandtbucher, ncoghlan, pablogsal
Date 2021-04-20.13:53:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618926814.9.0.0218055563267.issue43892@roundup.psfhosted.org>
In-reply-to
Content
Agreed. I had wanted the AST to be part of the PEPs specifically *because* it's a public API, but didn't check until today whether or not the original PEP 634 implementation had been merged as-is, or with a cleaned up AST definition.

https://github.com/ncoghlan/cpython/pull/8/files is the initial implementation with the AST and Grammar file updated.

I'll only create the CPython PR once the tests are passing, but I'll try to give Brandt at least a week to review it (I'll also ping him directly via email).
History
Date User Action Args
2021-04-20 13:53:34ncoghlansetrecipients: + ncoghlan, pablogsal, brandtbucher
2021-04-20 13:53:34ncoghlansetmessageid: <1618926814.9.0.0218055563267.issue43892@roundup.psfhosted.org>
2021-04-20 13:53:34ncoghlanlinkissue43892 messages
2021-04-20 13:53:34ncoghlancreate