[Numpy-discussion] [ANN] Cython 0.15

Derek Homeier derek at astro.physik.uni-goettingen.de
Sun Aug 7 19:35:26 EDT 2011


On 7 Aug 2011, at 23:27, Dag Sverre Seljebotn wrote:

>> Enumpy_test.c: In function ‘PyInit_numpy_test’:
>> numpy_test.c:11611: warning: ‘return’ with no value, in function returning non-void
>> .numpy_test.cpp: In function ‘PyObject* PyInit_numpy_test()’:
>> numpy_test.cpp:11611: error: return-statement with no value, in function returning ‘PyObject*’
>> 
>> This happens with numpy 1.5.1, 1.6.0, 1.6.1 or git master installed,
>> With Python 2.5-2.7 all 5536 tests are passing!
> 
> I believe this is http://projects.scipy.org/numpy/ticket/1919
> 
> Can you confirm?
> 
> I don't think there's anything we can do on the Cython end to fix this, 
> if the report is correct.

Yes, the proposed patch fixes the errors! I have added a comment to the ticket, hopefully this can be merged soon. 

Cheers,
							Derek




More information about the NumPy-Discussion mailing list