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 christian.heimes
Recipients AkshayTakkar, Ido Michael, asvetlov, christian.heimes, miss-islington, yselivanov
Date 2019-12-09.13:52:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The patch broke Python builds without ssl support and caused a minor performance regression in hot paths. I changed the code to only perform the check in debug mode.
History
Date User Action Args
2019-12-09 13:52:06christian.heimessetrecipients: + christian.heimes, asvetlov, yselivanov, miss-islington, AkshayTakkar, Ido Michael
2019-12-09 13:52:06christian.heimessetmessageid: <[email protected]>
2019-12-09 13:52:06christian.heimeslinkissue37404 messages
2019-12-09 13:52:06christian.heimescreate