[Cython] Cython 0.11.1 alpha

Robert Bradshaw robertwb at math.washington.edu
Fri Apr 3 11:33:58 CEST 2009


On Apr 3, 2009, at 2:28 AM, Stephane DROUARD wrote:

> Hello,
>
> The fix for http://trac.cython.org/cython_trac/ticket/265 does not  
> solve the
> issue, we get the same error (stdexcept not included).
>
> Cheers,
> Stephane

Does a

cdef extern from "stdexcept":
     pass

resolve the issue?

- Robert



More information about the Cython-dev mailing list