Re: [Cython] Test/example for cpdef enum

2014-08-02 Thread Matthew Brett
On Sat, Aug 02, 2014 at 10:08 AM, Robert Bradshaw wrote: > from: Robert Bradshaw > date: Sat, Aug 02 10:08 AM -07:00 2014 > to: Core developer mailing list of the Cython compiler > > reply-to: Core developer mailing list of the Cython compiler > > subject: Re: [Cython] Test/example for cpdef

Re: [Cython] Test/example for cpdef enum

2014-08-02 Thread Robert Bradshaw
On Sat, Aug 2, 2014 at 3:56 AM, Ian Bell wrote: > Are there any tests/docs/examples showing how to use the cpdef enum? This > is a feature I have been looking for for a long time and I am hoping to use > it very soon in my own project. https://github.com/cython/cython/blob/master/tests/run/cpdef

[Cython] Test/example for cpdef enum

2014-08-02 Thread Ian Bell
Are there any tests/docs/examples showing how to use the cpdef enum? This is a feature I have been looking for for a long time and I am hoping to use it very soon in my own project. I have a windows box that I can run the alpha test suite on with the full complement of python versions. Let me kn