[New-bugs-announce] [issue37189] PyRun_String not exported in python38.dll

Christoph Gohlke report at bugs.python.org
Fri Jun 7 03:55:23 EDT 2019


New submission from Christoph Gohlke <cgohlke at uci.edu>:

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`.

----------
components: Windows
messages: 344905
nosy: cgohlke, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: PyRun_String not exported in python38.dll
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37189>
_______________________________________


More information about the New-bugs-announce mailing list