diff --git a/Tools/ssl/make_ssl_data.py b/Tools/ssl/make_ssl_data.py index 4936f637473dc1..286f0e5f54a779 100755 --- a/Tools/ssl/make_ssl_data.py +++ b/Tools/ssl/make_ssl_data.py @@ -140,6 +140,7 @@ def parse_openssl_error_text(args): if "_F_" in reason: # ignore function codes # FEAT(picnixz): in the future, we may want to also check # the consistency of the OpenSSL files with an external tool. + # See https://github.com/python/cpython/issues/132745. continue yield reason, libname, errname, int(num)