[Cython] FYI: current cython parser module has compile error
Stefan Behnel
stefan_ml at behnel.de
Fri Dec 19 18:16:09 CET 2008
Hi,
Hoyt Koepke wrote:
> Just an FYI: In the current cython revision, 1517:c0e5bd815f52, I get
> the following error while rebuilding it:
>
> Compiling module Cython.Plex.Scanners ...
> Compiling module Cython.Compiler.Scanning ...
> Compiling module Cython.Compiler.Parsing ...
>
> Error converting Pyrex file to C:
> ------------------------------------------------------------
> ...
> s.next()
> exprs += p_simple_expr_list(s)
> s.expect(']')
> return ExprNodes.ListNode(pos, args = exprs)
>
> def p_list_iter(s, body):
> ^
> ------------------------------------------------------------
Yep, sorry. I guess it would still be good to integrate the build of Cython
itself into the test run *somewhere*...
Stefan
More information about the Cython-dev
mailing list