Re: [Cython] Control flow graph

2011-02-28 Thread Vitja Makarov
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. >>> >>>

[Cython] lurker thanks ya'll for all the awesome new stuff you're tinkering on

2011-02-28 Thread Thomas Keller
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

Re: [Cython] adding support for __dict__ in extension types

2011-02-28 Thread Lisandro Dalcin
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

Re: [Cython] adding support for __dict__ in extension types

2011-02-28 Thread Robert Bradshaw
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

Re: [Cython] adding support for __dict__ in extension types

2011-02-28 Thread Stefan Behnel
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

Re: [Cython] adding support for __dict__ in extension types

2011-02-28 Thread Lisandro Dalcin
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