pypy 'incorrectly' raises a plain ssl.SSLError where CPython would raise a...
pypy 'incorrectly' raises a plain ssl.SSLError where CPython would raise a ssl.SSLEOFError, even though pypy defines that class. But pypy doesn't try too hard to match exact exceptions with cpython.
Showing
Please register or sign in to comment