gh-131423: update note in Tools/ssl/make_ssl_data.py (#133077)

This commit is contained in:
Bénédikt Tran 2025-04-28 13:11:46 +02:00 committed by GitHub
parent 96bc1721d2
commit e577439803
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)