gh-100062: Remove error code tables from _ssl and err_names_to_codes … · python/cpython@02f9920 · GitHub
Skip to content

Commit 02f9920

Browse files
authored
gh-100062: Remove error code tables from _ssl and err_names_to_codes (GH-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)
1 parent 5ffc1e5 commit 02f9920

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

Modules/_ssl.c

Lines changed: 0 additions & 14 deletions

Modules/_ssl.h

Lines changed: 0 additions & 1 deletion

0 commit comments

Comments
 (0)