[pypy-issue] Issue #2648: socket.MSG_ERRQUEUE flag value is not exported (pypy/pypy)

2017-09-08 Thread chrysn
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

[pypy-issue] Issue #2649: recvmsg with empty err queue raises odd OSError rather than BlockingError (pypy/pypy)

2017-09-08 Thread chrysn
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

[pypy-issue] Issue #2650: Segfault related to JIT (pypy/pypy)

2017-09-08 Thread Brian Lachance
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