Christian Heimes <li...@cheimes.de> added the comment:

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.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38251>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to