[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] bpo-37189: Export old PyRun_XXX() functions (GH-14142) #14177

Merged
merged 1 commit into from Jun 17, 2019

Conversation

Copy link
Contributor

miss-islington commented Jun 17, 2019

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

https://bugs.python.org/issue37189

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>
Copy link
Member

vstinner left a comment

LGTM, good bot.

Copy link
Contributor Author

miss-islington commented Jun 17, 2019

@vstinner: Status check is done, and it's a success .

miss-islington merged commit 8cb8d5d into python:3.8 Jun 17, 2019
miss-islington deleted the backport-343ed0f-3.8 branch Jun 17, 2019
Copy link
Contributor Author

miss-islington commented Jun 17, 2019

@vstinner: Status check is done, and it's a success .

2 similar comments
Copy link
Contributor Author

miss-islington commented Jun 17, 2019

@vstinner: Status check is done, and it's a success .

Copy link
Contributor Author

miss-islington commented Jun 17, 2019

@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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants