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 without consuming its exit status. It would be useful to be able to use this on PyPy as well, along with the associated os.P_PID/os.P_PGID/os.P_ANY and os.WEXITED/os.WNOWAIT/etc constants. _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue