Re: [Cython] (bug?) "cdef public" and Python attribute access

2012-03-20 Thread Stefan Behnel
Hi, note that the cython-users mailing list would be a more appropriate place to discuss this. Please reply over there. David Warde-Farley, 20.03.2012 06:44: > All of this refers to Cython 0.15.1: > > I have a "cdef public void" function which takes several ndarrays, that > segfaults when I call

Re: [Cython] some pull requests for 0.16?

2012-03-20 Thread mark florisson
On 18 March 2012 11:58, Stefan Behnel wrote: > Hi, > > I put up two new pull requests on github: > > Implementation of PEP 380 (yield from): > https://github.com/cython/cython/pull/96 > > Rewrite of dict iteration: > https://github.com/cython/cython/pull/95 > > Given that the release of 0.16 has c

Re: [Cython] some pull requests for 0.16?

2012-03-20 Thread Stefan Behnel
mark florisson, 20.03.2012 17:40: > On 18 March 2012 11:58, Stefan Behnel wrote: >> I put up two new pull requests on github: >> >> Implementation of PEP 380 (yield from): >> https://github.com/cython/cython/pull/96 >> >> Rewrite of dict iteration: >> https://github.com/cython/cython/pull/95 >> >>

Re: [Cython] OS X 10.7 Lion: GCC __builtin_expect unrecognized inside OpenMP blocks

2012-03-20 Thread Robert Bradshaw
On Sun, Mar 11, 2012 at 9:09 AM, mark florisson wrote: > On 11 March 2012 09:26, Lisandro Dalcin wrote: >> On 11 March 2012 09:46, mark florisson wrote: >>> On 10 March 2012 14:00, Stefan Behnel wrote: Lisandro Dalcin, 10.03.2012 10:51: > On 10 March 2012 03:41, mark florisson wrote: >