Re: [Cython] cython 3 migration update and next releases

2023-05-21 Thread Dima Pasechnik
On thing to take care of before the release is to get rid of the hugely outdated advice to ship generated C/C++ files! On Sun, May 21, 2023 at 11:24 AM Stefan Behnel wrote: > > Dima Pasechnik schrieb am 21.05.23 um 11:38: > > On Sun, 21 May 2023, 10:21 Stefane Fermigier, wrote: > >> IFAIK, 15k l

Re: [Cython] cython 3 migration update and next releases

2023-05-21 Thread Stefan Behnel
Dima Pasechnik schrieb am 21.05.23 um 11:38: On Sun, 21 May 2023, 10:21 Stefane Fermigier, wrote: IFAIK, 15k lines of Cython makes it among one of the largest Cython projects I'm aware of (I did some research a couple of years ago): https://github.com/sfermigier/awesome-cython#some-projects-wi

Re: [Cython] cython 3 migration update and next releases

2023-05-21 Thread Dima Pasechnik
SageMath has 700K Cython lines, yet not mentioned. On Sun, 21 May 2023, 10:21 Stefane Fermigier, wrote: > > On 17/05/2023 14:44, Lisandro Dalcin wrote: > > > > On Tue, 16 May 2023 at 22:10, matus valo wrote: > >> The rationale is that the projects won't start really using Cython 3 >> until we

Re: [Cython] cython 3 migration update and next releases

2023-05-21 Thread Stefane Fermigier
On 17/05/2023 14:44, Lisandro Dalcin wrote: On Tue, 16 May 2023 at 22:10, matus valo wrote:  The rationale is that the projects won't start really using Cython 3 until we do the final release. Now, we have 3 big users of Cython migrated, hence I think we have some confidence that

Re: [Cython] cython 3 migration update and next releases

2023-05-21 Thread da-woods
On 20/05/2023 10:59, Stefan Behnel wrote: It's probably a good time to have a final call for merges. Promoting and voting for PRs is welcome. I've flagged a couple of PRs for possible merging. They're both fairly minor Python-compatibility fixes so it probably isn't a disaster if they're mi