Re: [Cython] Anything to include in the next 3.0 alpha release?

2021-03-24 Thread da-woods
https://github.com/cython/cython/pull/3804 (__del__ in cdef classes) looks pretty complete to me. https://github.com/cython/cython/pull/3743 (duplicate utility code) is hopefully also pretty complete and does fix some bugs that have been recurred a few times. David On 24/03/2021 19:50, St

Re: [Cython] Overhead in MemoryviewSlice Conversion?

2021-03-24 Thread da-woods
They're generated using a string-substitution tool (and thus hard to search for). But the code is https://github.com/cython/cython/blob/8609e0fa7d361f1392823ff6e1a618720cd62df3/Cython/Utility/MemoryView_C.c#L130. I found it by searching for "ObjectToMemviewSlice ", which appears just above the

Re: [Cython] Anything to include in the next 3.0 alpha release?

2021-03-24 Thread Stefan Behnel
Hi Lisandro! :) Lisandro Dalcin schrieb am 24.03.21 um 21:27: > On Wed, 24 Mar 2021 at 23:08, Stefan Behnel wrote: >> I'll prepare a new 3.0 alpha release during the next days. If you have or >> know anything that is ready for inclusion that I should take a look at, >> please send me a quick note.

Re: [Cython] Anything to include in the next 3.0 alpha release?

2021-03-24 Thread Lisandro Dalcin
On Wed, 24 Mar 2021 at 23:08, Stefan Behnel wrote: > Hi, > > Hi Stefan, > I'll prepare a new 3.0 alpha release during the next days. If you have or > know anything that is ready for inclusion that I should take a look at, > please send me a quick note. > > Years, ago, I contributed some bits of

[Cython] Anything to include in the next 3.0 alpha release?

2021-03-24 Thread Stefan Behnel
Hi, I'll prepare a new 3.0 alpha release during the next days. If you have or know anything that is ready for inclusion that I should take a look at, please send me a quick note. Stefan ___ cython-devel mailing list cython-devel@python.org https://mail.