[3.8] bpo-37189: Export old PyRun_XXX() functions (GH-14142) by miss-islington · Pull Request #14177 · python/cpython

@vstinner @miss-islington

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 343ed0f)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

vstinner