[Pyrex] [Cython] nogil checking

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Jun 6 05:48:08 CEST 2008


Stefan Behnel wrote:

>     cdef void c1():
>     cdef void c2() with GIL:
>     cdef void c3() nogil:
> 
> For the following callback function type
> 
>     ctypedef void (*callback)()
> 
> all of the three functions should be assignable

Yes, it's being too strict at the moment. I'll
see about fixing it.

-- 
Greg



More information about the Pyrex mailing list