This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ZackerySpytz
Recipients ZackerySpytz, christian.heimes
Date 2020-07-08.03:55:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594180525.01.0.333549128836.issue41235@roundup.psfhosted.org>
In-reply-to
Content
If the SSL_CTX_set_tmp_dh() call fails, SSLContext.load_dh_params() returns
None with a live exception.  It should return NULL in this case.
History
Date User Action Args
2020-07-08 03:55:25ZackerySpytzsetrecipients: + ZackerySpytz, christian.heimes
2020-07-08 03:55:25ZackerySpytzsetmessageid: <1594180525.01.0.333549128836.issue41235@roundup.psfhosted.org>
2020-07-08 03:55:24ZackerySpytzlinkissue41235 messages
2020-07-08 03:55:24ZackerySpytzcreate