[3.8] bpo-37189: Export old PyRun_XXX() functions (GH-14142) by miss-islington · Pull Request #14177 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Conversation
Contributor
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
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>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting review
label
vstinner
approved these changes
vstinner
left a comment
vstinner
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good bot.
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
commented
Jun 17, 2019
miss-islington commented
Contributor Author
@vstinner: Status check is done, and it's a success ✅ .
miss-islington
merged commit
8cb8d5d
into
python:3.8
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-343ed0f-3.8
branch
miss-islington
commented
Jun 17, 2019
miss-islington commented
Contributor Author
@vstinner: Status check is done, and it's a success ✅ .
2 similar comments
miss-islington
commented
Jun 17, 2019
miss-islington commented
Contributor Author
@vstinner: Status check is done, and it's a success ✅ .
miss-islington
commented
Jun 17, 2019
miss-islington commented
Contributor Author
@vstinner: Status check is done, and it's a success ✅ .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment