Stefan Behnel, 05.12.2009 08:22:
> Lisandro Dalcin, 05.12.2009 05:03:
>> Switching to test on Windows, MSVC complained with the code below.
>> Note the zero-sized "PyObject* values[0] = {}" being generated...
>> [...]
>> This patch fixes the issue, but perhaps I'm just reverting to previous
>> behavior?
> 
> Yes, looks like you are. I'll look into this.

BTW, I just noticed that this is also broken:

    cdef class cclass:
         def test(*args):
             pass

but it looks like it was already broken before my changes. I'll add a
couple of test cases and see what that gives.

http://trac.cython.org/cython_trac/ticket/462

Stefan

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

Reply via email to