New submission from Christoph Gohlke <cgoh...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37189>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to