Chris Colbert wrote:

    cdef public enum:
       EV_READ  = 1
       EV_WRITE = 2

    However, I do not like it, because I would like to use "public" for
    other meaning (API generation).

My suggestion is

  cdef exposed enum:
    ...

--
Greg
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to