Re: [Cython] [PATCH] Re: view[0].methodcall() produces invalid C when view is memoryview of extension type

2013-04-15 Thread Stefan Behnel
Matěj Laitl, 15.04.2013 17:47: > P.S.: Is this too late for 0.19? Unless one of the other core developers signs that this is totally correct and safe and must be merged, I'd say yes, too late, sorry. Stefan ___ cython-devel mailing list cython-devel@py

[Cython] [PATCH] Re: view[0].methodcall() produces invalid C when view is memoryview of extension type

2013-04-15 Thread Matěj Laitl
Hi again, especially Mark, I have some new observations and a patch regarding this problem, see below. On 23. 3. 2013 Matěj Laitl wrote: > following test code produces C code that fails to compile: > > cdef class ExtensionType(object): > > cdef public int dummy > > > > def __init__(se