[Pyrex] Small fix for "with gil" compiler error

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Dec 3 00:36:48 CET 2007


Stefan Behnel wrote:
> BTW, Greg, what's the status of the "with gil" block implementation?
> Currently, it also generates the error below.

There's no such thing -- it turned out to be too hard to
implement "with gil" except around an entire function
body.

So the error message should really say "Only 'with nogil'
implemented".

--
Greg



More information about the Pyrex mailing list