-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
[3.7] bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) #21298
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
Conversation
…ython is embedded.
@ned-deily FYI, but do not merge yet, thanks! |
@ned-deily Okay, you may merge when ready. |
@ned-deily: Please replace |
Thanks @zooba for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6. |
Sorry, @zooba and @ned-deily, I could not cleanly backport this to |
…ython is embedded (pythonGH-21298) * bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded. * Add CVE number
GH-21354 is a backport of this pull request to the 3.6 branch. |
Fixes CVE-2020-15523
https://bugs.python.org/issue29778