[pypy-issue] Issue #3012: io.IncrementalNewlineDecoder.newlines behaves differently than CPython's (pypy/pypy)

2019-05-06 Thread Joshua
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

[pypy-issue] Issue #2786: pypy3 interpreter segfault somewhere around async/gc/finalization (pypy/pypy)

2018-04-04 Thread Joshua Oreman
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

[pypy-issue] Issue #2921: missing select.KQ_NOTE_* exposures on kqueue platforms (pypy/pypy)

2018-11-27 Thread Joshua Oreman
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

[pypy-issue] Issue #2922: missing os.waitid exposure (pypy/pypy)

2018-11-27 Thread Joshua Oreman
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