From 987687e099c2f8f26ed675ac0a55b2398148a8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9n=C3=A9dikt=20Tran?= <10796600+picnixz@users.noreply.github.com> Date: Mon, 28 Apr 2025 12:45:23 +0200 Subject: [PATCH] update TODO note --- Tools/ssl/make_ssl_data.py | 1 + 1 file changed, 1 insertion(+) 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)