New issue 2876: select.PIPE_BUF is missing on pypy3
https://bitbucket.org/pypy/pypy/issues/2876/selectpipe_buf-is-missing-on-pypy3

Nathaniel Smith:

It should re-export the C constant `PIPE_BUF`, which comes from... not sure, 
`<unistd.h>` or something.

CPython added this in 3.2: 
https://docs.python.org/3/library/select.html#select.PIPE_BUF

But it's missing in pypy3 release and nightly: 
https://travis-ci.org/python-trio/trio/builds/420634711

CPython also added it in 2.7: 
https://docs.python.org/2/library/select.html#select.select.PIPE_BUF

I haven't checked if pypy2 also needs a fix.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to