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
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
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
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