]> granicus.if.org Git - python/commit
bpo-37189: Export old PyRun_XXX() functions (GH-14142)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Jun 2019 22:42:30 +0000 (15:42 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2019 22:42:30 +0000 (15:42 -0700)
commit8cb8d5de4bcc587b35d1b2f4166dad98c202805c
tree98ff2ad9b81e8f13b4cb9e82d40c1552704d50e1
parent69610f86d3754839e7f476c46995a92e1cbc7ed2
bpo-37189: Export old PyRun_XXX() functions (GH-14142)

Many PyRun_XXX() functions like PyRun_String() were no longer
exported in libpython38.dll by mistake. Export them again to fix the
ABI compatibiliy.
(cherry picked from commit 343ed0ffe0d5ddd4f17c31e14a656a04ac7dfc19)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Include/pythonrun.h
Misc/NEWS.d/next/Build/2019-06-17-09-40-59.bpo-37189.j5ebdT.rst [new file with mode: 0644]