mirror of
https://github.com/python/cpython.git
synced 2025-07-07 11:25:30 +00:00
gh-131423: update note in Tools/ssl/make_ssl_data.py
(#133077)
This commit is contained in:
parent
96bc1721d2
commit
e577439803
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue