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 eric.smith
Recipients eric.smith
Date 2018-09-12.21:58:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536789485.93.0.956365154283.issue34653@psf.upfronthosting.co.za>
In-reply-to
Content
There are 6 PyParser_SimpleParse* functions in pythonrun.c. 5 of them are documented in c-api/veryhigh.rst and appear in pythonrun.h. But PyParser_SimpleParseStringFilename is not documented and is not in any .h file.

I propose we delete PyParser_SimpleParseStringFilename. It's not documented, it's not in a .h file, and it's not called from within Python's source. It's also trivial to implement in terms of PyParser_SimpleParseStringFlagsFilename.
History
Date User Action Args
2018-09-12 21:58:05eric.smithsetrecipients: + eric.smith
2018-09-12 21:58:05eric.smithsetmessageid: <1536789485.93.0.956365154283.issue34653@psf.upfronthosting.co.za>
2018-09-12 21:58:05eric.smithlinkissue34653 messages
2018-09-12 21:58:05eric.smithcreate