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 cgohlke
Recipients cgohlke, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-06-07.07:55:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559894123.98.0.3282613922.issue37189@roundup.psfhosted.org>
In-reply-to
Content
While testing third party packages on Python 3.8.0b1 for Windows, I noticed that the `PyRun_String` function is no longer exported from `python38.dll`.

Is this intentional? I can't see this mentioned at <https://docs.python.org/3.8/whatsnew/3.8.html> or <https://docs.python.org/3.8/c-api/veryhigh.html#c.PyRun_String>

This change breaks existing code. But then `PyRun_String` is easy to replace with `PyRun_StringFlags`.
History
Date User Action Args
2019-06-07 07:55:24cgohlkesetrecipients: + cgohlke, paul.moore, tim.golden, zach.ware, steve.dower
2019-06-07 07:55:23cgohlkesetmessageid: <1559894123.98.0.3282613922.issue37189@roundup.psfhosted.org>
2019-06-07 07:55:23cgohlkelinkissue37189 messages
2019-06-07 07:55:23cgohlkecreate