Re: [Cython] python 2.7/3.x and numpy-dev (Dag, I need a quick comment)

2011-02-18 Thread Dag Sverre Seljebotn
On 02/17/2011 07:11 PM, Lisandro Dalcin wrote: I'm working on a patch to get old, recent, and dev NumPy working in 2.7/3.x. So far, I had success, but I still have two failures like the one pasted below. Dag, could you elaborate a bit about the purpose of __Pyx_BufFmt_CheckString() ? It is just

[Cython] python 2.7/3.x and numpy-dev (Dag, I need a quick comment)

2011-02-17 Thread Lisandro Dalcin
I'm working on a patch to get old, recent, and dev NumPy working in 2.7/3.x. So far, I had success, but I still have two failures like the one pasted below. Dag, could you elaborate a bit about the purpose of __Pyx_BufFmt_CheckString() ? It is just a validity check for pep 3118 format strings? Do