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 brandtbucher, gvanrossum, lys.nikolaou, miss-islington, nnemkin, pablogsal, vstinner
Date 2020-06-21.21:34:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592775254.42.0.860233635858.issue40939@roundup.psfhosted.org>
In-reply-to
Content
> bpo-40939: Remove the old parser (Part 2) (GH-21005)

This change removes PyNode_Compile() which is part of the public C API. Would you mind to also deprecate it, as you did for PyParser_xxx() functions?
History
Date User Action Args
2020-06-21 21:34:14vstinnersetrecipients: + vstinner, gvanrossum, nnemkin, lys.nikolaou, pablogsal, miss-islington, brandtbucher
2020-06-21 21:34:14vstinnersetmessageid: <1592775254.42.0.860233635858.issue40939@roundup.psfhosted.org>
2020-06-21 21:34:14vstinnerlinkissue40939 messages
2020-06-21 21:34:14vstinnercreate