[Cython] Cython 0.11.1 alpha

Stephane DROUARD stephane.drouard at st.com
Fri Apr 3 11:57:15 CEST 2009


Yes it solves it.

I confirm that Cython/Compiler/Nodes.py really has patch
http://hg.cython.org/cython-devel/rev/5d12e7cb8dd9, but stdexcept does not
appear in the generated .C file.

Cheers,
Stephane

-----Original Message-----
From: cython-dev-bounces at codespeak.net
[mailto:cython-dev-bounces at codespeak.net] On Behalf Of Robert Bradshaw
Sent: Friday, April 03, 2009 11:34 AM
To: cython-dev at codespeak.net
Subject: Re: [Cython] Cython 0.11.1 alpha

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

_______________________________________________
Cython-dev mailing list
Cython-dev at codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev



More information about the Cython-dev mailing list