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, vstinner, zach.ware
Date 2019-06-07.18:13:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559931227.67.0.117818488231.issue37189@roundup.psfhosted.org>
In-reply-to
Content
`PyRun_String` was exported at least since `python23.dll`.

Python.Net relies on it at <https://github.com/pythonnet/pythonnet/blob/master/src/runtime/runtime.cs#L858>
History
Date User Action Args
2019-06-07 18:13:47cgohlkesetrecipients: + cgohlke, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2019-06-07 18:13:47cgohlkesetmessageid: <1559931227.67.0.117818488231.issue37189@roundup.psfhosted.org>
2019-06-07 18:13:47cgohlkelinkissue37189 messages
2019-06-07 18:13:47cgohlkecreate