[issue44389] Modules/_ssl.c, repeated 'SSL_OP_NO_TLSv1_2'

Christian Heimes report at bugs.python.org
Sat Jun 12 16:35:31 EDT 2021


Christian Heimes <lists at cheimes.de> added the comment:

It's a typo, not a duplicate entry. Correct line is:

    SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2 | SSL_OP_NO_TLSv1_3

----------
nosy: +christian.heimes
resolution: fixed -> duplicate
stage: resolved -> needs patch
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44389>
_______________________________________


More information about the Python-bugs-list mailing list