Re: [Cython] Problem with final cdef methods

2013-08-29 Thread Stefan Behnel
Nikita Nemkin, 29.08.2013 09:19: > On Thu, 29 Aug 2013 12:57:19 +0600, Stefan Behnel wrote: >> Nikita Nemkin, 29.08.2013 08:24: >>> I have solved it for myself by storing BOTH types in the method entry >>> (Entry.type for the actual CFuncDef type and Entry.prev_type for the vtable >>> slot type). B

Re: [Cython] Problem with final cdef methods

2013-08-29 Thread Stefan Behnel
Nikita Nemkin, 29.08.2013 09:19: > The test was already disabled, because it hit the open bug. > My patch ENABLES the test because it fixes the bug. Sorry, sure. I accidentally read it the other way round. Once the fix is in, I think both tests should just be merged. Stefan

Re: [Cython] Problem with final cdef methods

2013-08-29 Thread Nikita Nemkin
On Thu, 29 Aug 2013 12:57:19 +0600, Stefan Behnel wrote: Nikita Nemkin, 29.08.2013 08:24: I have solved it for myself by storing BOTH types in the method entry (Entry.type for the actual CFuncDef type and Entry.prev_type for the vtable slot type). By using correct types in generate_exttyp