2011/2/23 Vitja Makarov :
> 2011/2/23 Vitja Makarov :
>> 2011/2/22 Stefan Behnel :
>>> Vitja Makarov, 20.02.2011 18:23:
2011/2/16 Vitja Makarov:
>
> Hmm... both python and codespeaks in the thread
>>>
>>> Yes, we should keep it to cython-devel only. Sorry for mixing it up.
>>>
>>>
I don't have the time or knowledge to contribute to Cython right now, but I
just want to thank everybody for the hard work and time they've spent on the
project.
I do usually read the emails that come from this listserv, and it seems like
things are progressing rapidly!
I sincerely hope everyone
On 28 February 2011 15:09, Robert Bradshaw wrote:
> On Mon, Feb 28, 2011 at 8:33 AM, Lisandro Dalcin wrote:
>> Bringing up this old post...
>>
>> On 21 June 2010 15:41, Robert Bradshaw wrote:
>>> On Jun 17, 2010, at 9:31 AM, Lisandro Dalcin wrote:
>>>
If we special case a __dict__ attribute
On Mon, Feb 28, 2011 at 8:33 AM, Lisandro Dalcin wrote:
> Bringing up this old post...
>
> On 21 June 2010 15:41, Robert Bradshaw wrote:
>> On Jun 17, 2010, at 9:31 AM, Lisandro Dalcin wrote:
>>
>>> If we special case a __dict__ attribute in extension types, i.e:
>>>
>>> cdef class Foo:
>>> cd
Lisandro Dalcin, 28.02.2011 17:33:
Bringing up this old post...
On 21 June 2010 15:41, Robert Bradshaw wrote:
On Jun 17, 2010, at 9:31 AM, Lisandro Dalcin wrote:
If we special case a __dict__ attribute in extension types, i.e:
cdef class Foo:
cdef dict __dict__
and fill type->tp_dictoff
Bringing up this old post...
On 21 June 2010 15:41, Robert Bradshaw wrote:
> On Jun 17, 2010, at 9:31 AM, Lisandro Dalcin wrote:
>
>> If we special case a __dict__ attribute in extension types, i.e:
>>
>> cdef class Foo:
>> cdef dict __dict__
>>
>> and fill type->tp_dictoffset, then we can sup