Am 31.12.2015 um 01:00 schrieb Robert Bradshaw:
> On Mon, Dec 28, 2015 at 1:15 PM, Baptiste Carvello
> wrote:
>> Le 28/12/2015 17:12, Baptiste Carvello a écrit :
>>> Hi,
>>>
>>> not a cython dev, but I believe I hit the very same problem (I'm going
>>> on vacation now, full report in January).
>>>
Hi cython devs,
a strange error message, showing cython internals:
$ cat gldraw.pxd
ctypedef float vec4[4]
ctypedef vec4 mat4[4]
$ cat glarea.pyx
cimport gldraw
cdef struct Data:
gldraw.mat4 matrix
cdef Data data
cdef void sync():
data.changed = True # <- this wrong line produces the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I found that the options shown by "cython -h" are different to the
options parsed by cython.
Usage: --warning-error
Parser: --warning-errors
The parser does not recognize "-q" and "-quiet"
(Patch attached)
There are other options that are not in
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
when running:
$ cython --create-listing -o
build/temp.linux-x86_64-2.7/pybiklib/gldraw_c.c
build/temp.linux-x86_64-2.7/pybiklib/gldraw_c.pyx
I get the error:
Traceback (most recent call last):
File "/usr/bin/cython", line 8, in
main(comman