Thanks for your reports.

On Nov 1, 2008, at 3:56 PM, Jim Kleckner wrote:
> I gave it a try with Python 2.6 on Windows.
>
> 8 regression tests fail on Python 2.6 release using Visual Studio  
> 9.0 on
> Windows XP.
>
> This was run using the changeset 1291:16fc9454a2e5
>
> The output is stored here:
>   http://trac.cython.org/cython_trac/ticket/106

I don't have access to a windows build platform, but it seems that  
these errors are for "fake" extern definitions to test that correct  
code is generated. I wonder why windows complains but other platforms  
don't... Not sure the best way to proceed here, any Windows experts  
out there? Do we have to make a .h file that actually defines all the  
filler stuff?

> On Nov 1, 2008, at 4:51 PM, Jim Kleckner wrote:
>
> This simple case causes the parser to fail:
>
> cdef int doublePointer(double* inOutArray):
>      return 1

This is bad, surprised we haven't run into it before. This should  
certainly be fixed before release.

- Robert

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to