https://github.com/python/cpython/commit/e577439803db15122af9b080103a5819cd38272f commit: e577439803db15122af9b080103a5819cd38272f branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-28T11:11:46Z summary:
gh-131423: update note in `Tools/ssl/make_ssl_data.py` (#133077) files: M Tools/ssl/make_ssl_data.py 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) _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com