New issue 2648: socket.MSG_ERRQUEUE flag value is not exported
https://bitbucket.org/pypy/pypy/issues/2648/socketmsg_errqueue-flag-value-is-not
chrysn:
The socket.MSG_ERRQUEUE flag, which can be used to get ICMP errors from a
socket (thanks to the solution to #2527) and has been present on Linux
New issue 2649: recvmsg with empty err queue raises odd OSError rather than
BlockingError
https://bitbucket.org/pypy/pypy/issues/2649/recvmsg-with-empty-err-queue-raises-odd
chrysn:
pypy3 nightly builds behave different from cpython3.5 in that a recvmsg(...,
MSG_ERRQUEUE) on a socket that has n
New issue 2650: Segfault related to JIT
https://bitbucket.org/pypy/pypy/issues/2650/segfault-related-to-jit
Brian Lachance:
After translating the attached program with `-Ojit` the resulting binary
segfaults.
Without the JIT, and when run untranslated, it correctly exits with status code
13.
I