Re: [Cython] Header file bug

2011-06-09 Thread Seth Shannin
erroring would be perfectly reasonable. >> >> -Seth >> >> Quoting "Greg Ewing" : >> >>> Seth Shannin wrote: >>>> >>>> I would still make the case that currently >>>> something is a bit off in that the header file

Re: [Cython] Header file bug

2011-06-07 Thread Seth Shannin
PM, Greg Ewing wrote: >> On Sat, Jun 4, 2011 at 10:36 AM, Seth Shannin >> wrote: >> >>> test.h:11: warning: 'struct __pyx_obj_4test_foo' declared inside >>> parameter >>> list >>> test.h:11: warning: its scope is only this definition

[Cython] Header file bug

2011-06-04 Thread Seth Shannin
Hello all, First, I tried to post this earlier but am pretty sure it didn't go through. If this is a double, I apologize. This comes out of a discussion on the cython-users list. I am getting some warnings when using cython to compile a python module and then calling into the module from c