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 constant select.KQ_NOTE_FOO, for values 
of FOO in (ATTRIB, CHILD, DELETE, EXEC, EXIT, EXTEND, FORK, LINK, LOWAT, 
RENAME, REVOKE, TRACK, TRACKERR, WRITE). It would be useful for PyPy to 
replicate this behavior, since it is otherwise difficult to use some kqueue 
filters without groveling in system headers for the right values for the NOTE 
constants.


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

Reply via email to