Error code tables in _ssl and err_name_to_codes are no longer used · Issue #100062 · python/cpython · GitHub
Skip to content

Error code tables in _ssl and err_name_to_codes are no longer used #100062

Description

@davidben

(Filing this for a PR I'll upload shortly.)

Prior to #25300, the make_ssl_data.py script used various tables, exposed in _ssl, to update the error list. After that PR, these are no longer used and we can trim that a bit. 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)

Linked PRs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions