[Cython] What now?

Dag Sverre Seljebotn d.s.seljebotn at astro.uio.no
Thu Aug 11 19:51:14 CEST 2011


On 08/11/2011 04:24 PM, Stefano wrote:
> Hi,
>
> now that I've nailed Cython code, I'd like to get into something more funny.
> Currently, I'm working on a set of macros to seamlessy integrate Cython into
> CMake build process (in fact, I love CMake). But, I'd like to work also on
> something more essential, so... Is there any updated TODO list? (ToDo.txt in
> git repo dates back to more than 8 months ago). I may also work on the
> wiki....
>

In addition to Stefan's suggestions, here's a small mini-CEP:

Error testcases in tests/errors are currently rather inconvenient, since 
changing anything often shifts a lot of error message line numbers. 
Something like this format might be better, where the line number is 
implied from the position of the comment:

# mode: error

with nogil:
     print 1 #ERROR:4:print statement not allowed in nogil block

I just filed this as http://trac.cython.org/cython_trac/ticket/710

Dag Sverre


More information about the cython-devel mailing list