[Cython] Mitigating perfomance impact of NumPy API change

2018-09-28 Thread Matti Picus
Breaking this into a number of sub-dsicussions, since we seem to be branching. The original topic was Re: [Cython] Enhancing "ctyepdef class numpy.ndarray" with getter properties On 28/09/18 01:20, Robert Bradshaw wrote: Hmm...so in this case it upgrading Cython would cause an unconditional

Re: [Cython] Enhancing "ctyepdef class numpy.ndarray" with getter properties

2018-09-28 Thread Matti Picus
On 28/09/18 01:20, Robert Bradshaw wrote: On Thu, Sep 27, 2018 at 11:36 PM Matti Picus > wrote: The problem is that when one reads     cdef int aaa there's no indication as to the meaning of this. We also want to be sure to disallow this syntax everywhere bu

Re: [Cython] Mitigating perfomance impact of NumPy API change

2018-09-28 Thread Matti Picus
On 28/09/18 10:25, Matti Picus wrote: Breaking this into a number of sub-dsicussions, since we seem to be branching. The original topic was Re: [Cython] Enhancing "ctyepdef class numpy.ndarray" with getter properties On 28/09/18 01:20, Robert Bradshaw wrote: Hmm...so in this case it upgrad

Re: [Cython] Preparing the language level change

2018-09-28 Thread Stefan Behnel
Stefan Behnel schrieb am 21.09.2018 um 09:38: > There are two parts of > information here, so maybe we should actually split them internally (in > "Main.Context.set_language_level() ?) and keep the language_level = 3 but > just avoid the "unicode_literals" part. I thought about this some more. The