New issue 3012: io.IncrementalNewlineDecoder.newlines behaves differently than
CPython's
https://bitbucket.org/pypy/pypy/issues/3012/ioincrementalnewlinedecodernewlines
Joshua Oreman:
When io.IncrementalNewlineDecoder in translate mode is fed input one character
at a time, it does corr
New issue 2786: pypy3 interpreter segfault somewhere around
async/gc/finalization
https://bitbucket.org/pypy/pypy/issues/2786/pypy3-interpreter-segfault-somewhere
Joshua Oreman:
The async_generator package provides pure-Python async generators with
semantics as similar as possible to the
New issue 2921: missing select.KQ_NOTE_* exposures on kqueue platforms
https://bitbucket.org/pypy/pypy/issues/2921/missing-selectkq_note_-exposures-on-kqueue
Joshua Oreman:
On kqueue platforms such as OS X, if the system headers define NOTE_FOO, it
gets exposed under CPython as a Python
New issue 2922: missing os.waitid exposure
https://bitbucket.org/pypy/pypy/issues/2922/missing-oswaitid-exposure
Joshua Oreman:
CPython exposes os.waitid() on platforms where waitid() is defined by the
system C library, which among other features allows one to wait for a process
to exit