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 petr.viktorin
Recipients Igor.Skochinsky, brandtbucher, gvanrossum, hroncok, lys.nikolaou, miss-islington, ned.deily, nnemkin, pablogsal, petr.viktorin, terry.reedy, vstinner
Date 2021-06-22.15:44:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624376695.74.0.0691732723239.issue40939@roundup.psfhosted.org>
In-reply-to
Content
- The removed functions are still listed in the documentation; this is confusing.

- `struct _node` is not very usable in the C API, but what I saw in mod_wsgi was giving gave PyParser_* output to PyNode_Compile. I tried to write porting notes for this usage. It should also help with the "compile to check for syntax errors" case in unbound.
History
Date User Action Args
2021-06-22 15:44:55petr.viktorinsetrecipients: + petr.viktorin, gvanrossum, terry.reedy, vstinner, ned.deily, nnemkin, Igor.Skochinsky, hroncok, lys.nikolaou, pablogsal, miss-islington, brandtbucher
2021-06-22 15:44:55petr.viktorinsetmessageid: <1624376695.74.0.0691732723239.issue40939@roundup.psfhosted.org>
2021-06-22 15:44:55petr.viktorinlinkissue40939 messages
2021-06-22 15:44:55petr.viktorincreate