Skip to content

Commit e577439

Browse files
authored
gh-131423: update note in Tools/ssl/make_ssl_data.py (#133077)
1 parent 96bc172 commit e577439

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/ssl/make_ssl_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def parse_openssl_error_text(args):
140140
if "_F_" in reason: # ignore function codes
141141
# FEAT(picnixz): in the future, we may want to also check
142142
# the consistency of the OpenSSL files with an external tool.
143+
# See https://github.com/python/cpython/issues/132745.
143144
continue
144145
yield reason, libname, errname, int(num)
145146

0 commit comments

Comments
 (0)