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 Ofer Sadan, christian.heimes, hongweipeng, kakshay, steve.dower, xtreak
Date 2019-09-23.10:25:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569234350.18.0.926533894685.issue38251@roundup.psfhosted.org>
In-reply-to
Content
Yes, the problem will be fixed by 3.7.5.

In the mean time you can work around the issue by creating a single SSLContext object with ssl.create_default_context() and reusing it for all requests. It's also much more efficient to reuse a single context for all requests.
History
Date User Action Args
2019-09-23 10:25:50christian.heimessetrecipients: + christian.heimes, steve.dower, hongweipeng, xtreak, kakshay, Ofer Sadan
2019-09-23 10:25:50christian.heimessetmessageid: <1569234350.18.0.926533894685.issue38251@roundup.psfhosted.org>
2019-09-23 10:25:50christian.heimeslinkissue38251 messages
2019-09-23 10:25:50christian.heimescreate