missing select.KQ_NOTE_* exposures on kqueue platforms
Created originally on Bitbucket by oremanj (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.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information