Re: [Cython] nogil checking
Greg Ewing <greg.ewing-F+z8Qja7x9Xokq/[email protected]> Fri, 06 Jun 2008 15:48:08 +1200
| Newsgroups | gmane.comp.python.cython.devel,gmane.comp.python.pyrex |
|---|---|
| Organization | University of Canterbury | Te Whare Wananga o Waitaha |
| Message-ID | <[email protected]> |
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