On Oct 21, 2009, at 12:50 PM, Vic Kelson wrote: > Hello all, > > A few months ago, I got some code working (with the help of a poster > here -- thanks!) that used the gcc double complex type. Recently, I > recall a discussion on here that suggested that a simpler built-in > syntax is now in place for using 'cdef' complex types in C functions > and methods. Is that true?
As mentioned, yep. > I can't find details in the docs. At any rate, my old code doesn't > work with python2.5 and cython 0.11.3. sigh. > > Thanks for the help! Hopefully you'll be able to just change your typedefs and it should work. If not, could you please post a minimal example that's broken? (We try hard not to introduce any regressions...) - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
