<Guest27>
Winpython64-3.7.12.0PyPy Release candidate is out, missing 63 package out of 571 for Winpython-3.9 (11%) because of mypy, Pyside6, numba , Pytorch.
<Guest27>
hopefully soon we will get mypy and Pyside6
<cfbolz>
and annotation passed! now some really obscure rpython errors
greedom has quit []
greedom has joined #pypy
<cfbolz>
yay, it compiles :-)
<cfbolz>
the interactive prompt parsing is broken (I was kind of expecting that)
<mattip>
it seems openssl3 works now
<cfbolz>
mattip: niiiice!
<cfbolz>
what was the bug?
<mattip>
there are nested try segments, so I needed to find exactly the right one to add another clause to check for an error that is somehow different
<mattip>
on CPython, reading from a socket after a SIGPIPE returns 0, on PyPy it returns -1
<mattip>
returning -1 then is turned into an exception with an UNEXPECTED_EOF_WHILE_READING reason