]> granicus.if.org Git - python/commit
bpo-37189: Export old PyRun_XXX() functions (#14142)
authorVictor Stinner <vstinner@redhat.com>
Mon, 17 Jun 2019 22:15:13 +0000 (00:15 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2019 22:15:13 +0000 (00:15 +0200)
commit343ed0ffe0d5ddd4f17c31e14a656a04ac7dfc19
treee79b799b49b44c0148a15d6e9ee9adcebb41ca94
parentdbdc991a62bc2b3393d287e90292e3603f47d98a
bpo-37189: Export old PyRun_XXX() functions (#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.
Include/pythonrun.h
Misc/NEWS.d/next/Build/2019-06-17-09-40-59.bpo-37189.j5ebdT.rst [new file with mode: 0644]