Re: [Cython] Potential 32bit linux issue

2013-01-05 Thread Robert Bradshaw
You ned to declare INT64_MIN as a long long. Enums are of type int. On Jan 5, 2013 5:17 PM, "Dieter Vandenbussche" wrote: > Hi, this is my first time posting to this list, hopefully i'm not wasting > anyone's time. > > i believe i may have encountered an issue on 32bit linux using cython. > > Her

[Cython] Potential 32bit linux issue

2013-01-05 Thread Dieter Vandenbussche
Hi, this is my first time posting to this list, hopefully i'm not wasting anyone's time. i believe i may have encountered an issue on 32bit linux using cython. Here's a small example pyx file that illustrates the potential issue: #Begin pyx file cdef extern from "stdint.h": enum: INT64_MIN