[issue40018] test_ssl fails with OpenSSL 1.1.1e

Benjamin Peterson report at bugs.python.org
Thu Mar 19 19:19:18 EDT 2020


Benjamin Peterson <benjamin at python.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40018>
_______________________________________


More information about the Python-bugs-list mailing list