From: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Date: Mon, 28 Apr 2025 11:11:46 +0000 (+0200) Subject: gh-131423: update note in `Tools/ssl/make_ssl_data.py` (#133077) X-Git-Tag: v3.14.0b1~241 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e577439803db15122af9b080103a5819cd38272f;p=thirdparty%2FPython%2Fcpython.git gh-131423: update note in `Tools/ssl/make_ssl_data.py` (#133077) --- diff --git a/Tools/ssl/make_ssl_data.py b/Tools/ssl/make_ssl_data.py index 4936f637473d..286f0e5f54a7 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)