Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Tools/ssl/make_ssl_data.py
1 parent 96bc172 commit e577439Copy full SHA for e577439
1 file changed
Tools/ssl/make_ssl_data.py
@@ -140,6 +140,7 @@ def parse_openssl_error_text(args):
140
if "_F_" in reason: # ignore function codes
141
# FEAT(picnixz): in the future, we may want to also check
142
# the consistency of the OpenSSL files with an external tool.
143
+ # See https://github.com/python/cpython/issues/132745.
144
continue
145
yield reason, libname, errname, int(num)
146
0 commit comments