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 vstinner
Recipients gvanrossum, miss-islington, vstinner
Date 2019-06-13.12:12:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560427959.38.0.0983683322874.issue37253@roundup.psfhosted.org>
In-reply-to
Content
> It's fine to document the current state. I don't think you should spend any time *changing* the API to "future-proof" it.

Ok.

> I am hoping that larger changes to the compiler implementation will happen before Python 4, which will make the whole API moot (including the "parser" module, which should be deprecated ASAP). The compiler is excluded from the ABI for a reason.

Aha, that sounds exciting :-)

I created bpo-37268 to propose to deprecate the parser module in Python 3.8.

--

PyCompilerFlags changes are now documented. I made the small code changes that I wanted to do in 3.8 and master. I close the issue.
History
Date User Action Args
2019-06-13 12:12:39vstinnersetrecipients: + vstinner, gvanrossum, miss-islington
2019-06-13 12:12:39vstinnersetmessageid: <1560427959.38.0.0983683322874.issue37253@roundup.psfhosted.org>
2019-06-13 12:12:39vstinnerlinkissue37253 messages
2019-06-13 12:12:39vstinnercreate