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 benjamin.peterson
Recipients benjamin.peterson, christian.heimes
Date 2020-03-19.23:19:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584659958.36.0.686240385499.issue40018@roundup.psfhosted.org>
In-reply-to
Content
I think this is caused by their EOF change: https://github.com/openssl/openssl/issues/10880 read() now sometimes gives you the infamous OSError errno 0 rather than b'' at the end of the stream.
History
Date User Action Args
2020-03-19 23:19:18benjamin.petersonsetrecipients: + benjamin.peterson, christian.heimes
2020-03-19 23:19:18benjamin.petersonsetmessageid: <1584659958.36.0.686240385499.issue40018@roundup.psfhosted.org>
2020-03-19 23:19:18benjamin.petersonlinkissue40018 messages
2020-03-19 23:19:18benjamin.petersoncreate