Re: [Cython] automatically raise MemoryError on exceptional C return values

2012-08-08 Thread Stefan Behnel
Robert Bradshaw, 09.08.2012 01:45: > On Tue, Aug 7, 2012 at 2:53 AM, Stefan Behnel wrote: >> given how ubiquitous manual memory management is in C, I think it would be >> nice to let Cython generate the exception raising also for C, not only for >> C++. The difference is this: >> >> cdef extern f

Re: [Cython] Anyone for a doc cleanup before the release?

2012-08-08 Thread Dimitri Tcaciuc
Here's my go at it: https://github.com/cython/cython/pull/141 Cheers! Dimitri. On Tue, Aug 7, 2012 at 12:34 AM, Stefan Behnel wrote: > Hi, > > building the documentation currently yields a number of Sphinx warnings: > > https://sage.math.washington.edu:8091/hudson/job/cython-docs/lastSucc

Re: [Cython] automatically raise MemoryError on exceptional C return values

2012-08-08 Thread Robert Bradshaw
On Tue, Aug 7, 2012 at 2:53 AM, Stefan Behnel wrote: > Hi, > > given how ubiquitous manual memory management is in C, I think it would be > nice to let Cython generate the exception raising also for C, not only for > C++. The difference is this: > > cdef extern from "...": > char* make_new

[Cython] Cython 0.17 beta 2 released

2012-08-08 Thread Stefan Behnel
Hello everyone, on behalf of the Cython project team, I'm proud to announce the release of our second beta of Cython 0.17. This is another major step forward in the development of the language that will make life easier for a lot of users, rounds up some rough edges of the compiler and adds (preli