On May 22, 2009, at 10:19 AM, Dag Sverre Seljebotn wrote: > Nathan Dunfield wrote: >> Replacing the initial code with >> >> -------------------------------------------------- >> ctypedef char Boolean >> >> cdef public Boolean gLongComputationInProgress >> -------------------------------------------------- >> >> fixes the problem, though I'm not sure why. >> >> While I have not filed a bug report on this, though I'm happy to >> do so >> if requested. I've attached a minimal example exhibiting the bug >> that >> conversely works fine with Cython 0.11.1. > > This is definitely my fault :-( I'll get a fix up today or tomorrow. > > What do people think -- should we do a 0.11.2.1 or 0.11.3 at once > with a > fix, or should we wait a week to see if there are more problems?
Let's wait a week. If this is the only fix, it should probably just be a 0.11.2.1. We can push the fix to the http://hg.cython.org/cython though. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
