X Tutup
The Wayback Machine - https://web.archive.org/web/20221223071046/https://github.com/python/cpython/pull/25300
Skip to content
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

bpo-43788: Generate version specific _ssl_data.h #25300

Merged
merged 2 commits into from Apr 9, 2021

Conversation

tiran
Copy link
Member

@tiran tiran commented Apr 9, 2021

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue43788

Automerge-Triggered-By: GH:tiran

@stefanrad25

This comment has been minimized.

@stefanrad25

This comment has been minimized.

Signed-off-by: Christian Heimes <christian@python.org>
Copy link
Contributor

@benjaminp benjaminp left a comment

this is definitely a lot better than parsing the headers

@tiran
Copy link
Member Author

tiran commented Apr 9, 2021

Thanks for the wording fix!

@tiran tiran added the 🤖 automerge PR will be merged once it's been approved and all CI passed label Apr 9, 2021
@miss-islington
Copy link
Contributor

miss-islington commented Apr 9, 2021

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

@miss-islington miss-islington merged commit 150af75 into python:master Apr 9, 2021
11 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Apr 9, 2021

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒🤖 I'm not a witch! I'm not a witch!

@miss-islington
Copy link
Contributor

miss-islington commented Apr 9, 2021

Sorry, @tiran, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 150af7543214e1541fa582374502ac1cd70e8eb4 3.9

@miss-islington miss-islington self-assigned this Apr 9, 2021
@miss-islington
Copy link
Contributor

miss-islington commented Apr 9, 2021

Sorry @tiran, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 150af7543214e1541fa582374502ac1cd70e8eb4 3.8

tiran added a commit to tiran/cpython that referenced this pull request Apr 9, 2021
Signed-off-by: Christian Heimes <christian@python.org>

Automerge-Triggered-By: GH:tiran.
(cherry picked from commit 150af75)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot
Copy link

bedevere-bot commented Apr 9, 2021

GH-25310 is a backport of this pull request to the 3.9 branch.

tiran added a commit to tiran/cpython that referenced this pull request Apr 9, 2021
Signed-off-by: Christian Heimes <christian@python.org>

Automerge-Triggered-By: GH:tiran.
(cherry picked from commit 150af75)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot
Copy link

bedevere-bot commented Apr 9, 2021

GH-25311 is a backport of this pull request to the 3.8 branch.

tiran added a commit that referenced this pull request Apr 9, 2021
…-25310)

(cherry picked from commit 150af75)

Co-authored-by: Christian Heimes <christian@python.org>
tiran added a commit that referenced this pull request Apr 9, 2021
…-25311)

(cherry picked from commit 150af75)

Co-authored-by: Christian Heimes <christian@python.org>
kreathon pushed a commit to kreathon/cpython that referenced this pull request May 2, 2021
Signed-off-by: Christian Heimes <christian@python.org>

Automerge-Triggered-By: GH:tiran
tiran added a commit to tiran/cpython that referenced this pull request Jul 1, 2022
davidben added a commit to davidben/cpython that referenced this pull request Dec 6, 2022
…codes

Prior to python#25300, the
make_ssl_data.py script used various tables, exposed in _ssl, to update
the error list.

After that PR, this is no longer used. Moreover, the err_names_to_codes
map isn't used at all. Clean those up. This gets them out of the way if,
in the future, OpenSSL provides an API to do what the code here is doing
directly. (openssl/openssl#19848)
davidben added a commit to davidben/cpython that referenced this pull request Dec 6, 2022
…codes

Prior to python#25300, the
make_ssl_data.py script used various tables, exposed in _ssl, to update
the error list.

After that PR, this is no longer used. Moreover, the err_names_to_codes
map isn't used at all. Clean those up. This gets them out of the way if,
in the future, OpenSSL provides an API to do what the code here is doing
directly. (openssl/openssl#19848)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 automerge PR will be merged once it's been approved and all CI passed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants
X Tutup