Conversation
Includes addition of `Modules/_ssl_data*.h` definitions backported from 3.14's `Modules/_ssl_data_35.h`.
(adapted from commit cf52673)
zware
requested review from
a team,
ezio-melotti,
freakboy3742,
hugovk,
mhsmith and
webknjaz
as code owners
September 23, 2026 17:15
Member
Author
|
AFAICT, the failing CIFuzz tests are not related to the changes in this PR. |
Member
|
The Android update looks fine. |
ned-deily
reviewed
Sep 24, 2026
ned-deily
left a comment
Member
There was a problem hiding this comment.
The macOS changes LGTM, thanks!
hugovk
approved these changes
Sep 24, 2026
Member
There was a problem hiding this comment.
News files:
"Updated macOS installer to use OpenSSL 3.5.8."
Perhaps also mention the 3.0->3.5 bump?
The configure docs for building from source recommends 3.0, do we want to recommend 3.5 here to match?
cpython/Doc/using/configure.rst
Lines 25 to 26 in 2fa3dcb
AFAICT, the failing CIFuzz tests are not related to the changes in this PR.
Yep, unrelated, see #152211. Backporting #145429 would help.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes updates to
Modules/_ssl_data_31.hbackported from 3.14'sModules/_ssl_data_35.halong with Windows, macOS, Android, and CI updates.