bpo-43788: Generate version specific _ssl_data.h by tiran · Pull Request #25300 · python/cpython
tiran added a commit to tiran/cpython that referenced this pull request
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>
tiran added a commit to tiran/cpython that referenced this pull request
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>
tiran added a commit that referenced this pull request
tiran added a commit that referenced this pull request
davidben added a commit to davidben/cpython that referenced this pull request
…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
…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)
zooba pushed a commit that referenced this pull request
…H-100063) Prior to #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)
gaogaotiantian pushed a commit to gaogaotiantian/cpython that referenced this pull request
…codes (pythonGH-100063) 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)
warsaw pushed a commit to warsaw/cpython that referenced this pull request
…codes (pythonGH-100063) 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)
stratakis pushed a commit to stratakis/cpython that referenced this pull request
…thonGH-25311) (cherry picked from commit 150af75) Co-authored-by: Christian Heimes <christian@python.org>
mcepl pushed a commit to openSUSE-Python/cpython that referenced this pull request
…thonGH-25311) (cherry picked from commit 150af75) Co-authored-by: Christian Heimes <christian@python.org>