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 alex, christian.heimes, docs@python, dstufft, janssen, joernheissler, njs, slingamn
Date 2021-04-19.04:01:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618804875.8.0.635467616057.issue31711@roundup.psfhosted.org>
In-reply-to
Content
Thanks to PEP 644 the issue will be fixed in 3.10 by using SSL_read_ex and SSL_write_ex() functions. I couldn't use the functions earlier because Python had to support older OpenSSL versions and LibreSSL. 

See https://github.com/python/cpython/pull/25468 and bpo-42854
History
Date User Action Args
2021-04-19 04:01:15christian.heimessetrecipients: + christian.heimes, janssen, alex, njs, docs@python, slingamn, dstufft, joernheissler
2021-04-19 04:01:15christian.heimessetmessageid: <1618804875.8.0.635467616057.issue31711@roundup.psfhosted.org>
2021-04-19 04:01:15christian.heimeslinkissue31711 messages
2021-04-19 04:01:15christian.heimescreate