[Cython] Progress towards Cython 3.0

2019-08-04 Thread Stefan Behnel
Hi, tl;dr: help with the remaining work would be appreciated. The "3.0" milestone on github currently lists 24 open tickets, so there's still quite a bit to do before the release. Some of them are already PRs that need more work in one way or another. https://github.com/cython/cython/milestone/5

Re: [Cython] Progress towards Cython 3.0

2019-08-04 Thread Jeroen Demeyer
On 2019-08-04 09:16, Stefan Behnel wrote: But also the "binding" PR is a big one that will need some more fiddling with the details, some of which can be investigated separately. Does that have to be part of Cython 3.0? It may not be worth blocking Cython 3.0 for this. ___