2012/2/28 Vitja Makarov :
> 2012/2/28 mark florisson :
>> On 28 February 2012 18:57, Vitja Makarov wrote:
>>> 2012/2/28 mark florisson :
On 28 February 2012 18:19, Lisandro Dalcin wrote:
> This is something I really have no idea about how to fix, so I'll ask
> any of you to do it.
>>
2012/2/28 mark florisson :
> On 28 February 2012 18:57, Vitja Makarov wrote:
>> 2012/2/28 mark florisson :
>>> On 28 February 2012 18:19, Lisandro Dalcin wrote:
This is something I really have no idea about how to fix, so I'll ask
any of you to do it.
How to reproduce. The qui
On 28 February 2012 18:57, Vitja Makarov wrote:
> 2012/2/28 mark florisson :
>> On 28 February 2012 18:19, Lisandro Dalcin wrote:
>>> This is something I really have no idea about how to fix, so I'll ask
>>> any of you to do it.
>>>
>>> How to reproduce. The quick example below should fail in the
2012/2/28 mark florisson :
> On 28 February 2012 18:19, Lisandro Dalcin wrote:
>> This is something I really have no idea about how to fix, so I'll ask
>> any of you to do it.
>>
>> How to reproduce. The quick example below should fail in the second to
>> last line in test_cinit.py, but it succeed
On 28 February 2012 18:19, Lisandro Dalcin wrote:
> This is something I really have no idea about how to fix, so I'll ask
> any of you to do it.
>
> How to reproduce. The quick example below should fail in the second to
> last line in test_cinit.py, but it succeeds:
>
> $ cat cinit.pyx
> cdef clas
This is something I really have no idea about how to fix, so I'll ask
any of you to do it.
How to reproduce. The quick example below should fail in the second to
last line in test_cinit.py, but it succeeds:
$ cat cinit.pyx
cdef class A:
def __cinit__(self, A a=None):
pass
$ cat test_