Re: [Cython] [cython-users] Calling gil-requiring function not allowed without gil

2011-08-17 Thread Robert Bradshaw
On Fri, Aug 12, 2011 at 6:13 AM, Dag Sverre Seljebotn wrote: > On 08/12/2011 02:45 PM, Stefan Behnel wrote: >> [second try in moving this discussion to cython-devel] >> >> Dag Sverre Seljebotn, 12.08.2011 08:50: >>> On 08/12/2011 06:44 AM, Robert Bradshaw wrote: On Thu, Aug 11, 2011 at 5:53 A

Re: [Cython] [cython-users] Calling gil-requiring function not allowed without gil

2011-08-12 Thread Dag Sverre Seljebotn
On 08/12/2011 02:45 PM, Stefan Behnel wrote: > [second try in moving this discussion to cython-devel] > > Dag Sverre Seljebotn, 12.08.2011 08:50: >> On 08/12/2011 06:44 AM, Robert Bradshaw wrote: >>> On Thu, Aug 11, 2011 at 5:53 AM, Dag Sverre Seljebotn >>> wrote: Are you still against this

Re: [Cython] [cython-users] Calling gil-requiring function not allowed without gil

2011-08-12 Thread Stefan Behnel
[second try in moving this discussion to cython-devel] Dag Sverre Seljebotn, 12.08.2011 08:50: On 08/12/2011 06:44 AM, Robert Bradshaw wrote: On Thu, Aug 11, 2011 at 5:53 AM, Dag Sverre Seljebotn wrote: On 08/11/2011 02:13 PM, Stefan Behnel wrote: Dag Sverre Seljebotn, 11.08.2011 13:58: O

Re: [Cython] [cython-users] Calling gil-requiring function not allowed without gil

2011-08-11 Thread Dag Sverre Seljebotn
On 08/11/2011 04:00 PM, Stefan Behnel wrote: Actually, it's worth asking if even the prange loop was a good idea, given the amount of confusion driven traffic that it currently produces on the mailing list. I'm not arguing against it, but it seems to be a trickier concept than it appears at first

Re: [Cython] [cython-users] Calling gil-requiring function not allowed without gil

2011-08-11 Thread Stefan Behnel
[moving this away from cython-users] Dag Sverre Seljebotn, 11.08.2011 14:53: On 08/11/2011 02:13 PM, Stefan Behnel wrote: Dag Sverre Seljebotn, 11.08.2011 13:58: On 08/11/2011 01:43 PM, Ting Zhou wrote: here is my pyx file. When I compile it, it says "Calling gil-requiring function not allowe