bpo-34653: Removed unused function PyParser_SimpleParseStringFilename. (GH-9260)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Thu, 13 Sep 2018 16:34:55 +0000 (12:34 -0400)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 Sep 2018 16:34:55 +0000 (09:34 -0700)
commit53c427e839d3e55d4791dca687a2d47534465a7a
tree51768792ebff8f20397a36b22ea734eef6f2f035
parenta20b6adb5a5880fd22c099961eb9f9787739cefe
bpo-34653: Removed unused function PyParser_SimpleParseStringFilename. (GH-9260)

This function was not in any .h file and was not used by Python, so removing it is safe.

https://bugs.python.org/issue34653
Misc/NEWS.d/next/Core and Builtins/2018-09-13-12-06-09.bpo-34653.z8NE-i.rst [new file with mode: 0644]
Python/pythonrun.c