[pypy-issue] [issue1166] Missing constants in kqueue implementation

Armin Rigo tracker at bugs.pypy.org
Wed Aug 8 15:25:17 CEST 2012


Armin Rigo <armin.rigo at gmail.com> added the comment:

The source is in pypy/module/select/interp_kqueue.  The issue is that this code
attempts to support at least OS/X, OpenBSD and FreeBSD; for example
KQ_EV_SYSFLAGS, which you list, is present but commented out in the source.  I
don't know any of these systems and can't test it, but the solution should be
adaptive to what the underlying platform has got (which is easy:
cconfig[symbol_map[symbol]] gives None for symbols not defined).

----------
nosy: +arigo
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1166>
________________________________________


More information about the pypy-issue mailing list