]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-131423: update note in `Tools/ssl/make_ssl_data.py` (#133077)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 28 Apr 2025 11:11:46 +0000 (13:11 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 11:11:46 +0000 (11:11 +0000)
Tools/ssl/make_ssl_data.py

index 4936f637473dc1174a0011a81cd8ca6416842883..286f0e5f54a7795cb8b2cf0fdad290e78ff909aa 100755 (executable)
@@ -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)