[Cython] cython 3 migration update and next releases

Dima Pasechnik dimpase+github at gmail.com
Sun May 21 08:59:55 EDT 2023


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 <stefan_ml at behnel.de> wrote:
>
> Dima Pasechnik schrieb am 21.05.23 um 11:38:
> > On Sun, 21 May 2023, 10:21 Stefane Fermigier, <sf at fermigier.com> 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-with-more-that-10-000-lines-of-cython-code
> >
>  > SageMath has 700K Cython lines, yet not mentioned.
>
> Certainly worth mentioning, yes.
>
> Looking at the numbers, I also noticed that lxml is listed in the 5-10k
> lines range. It actually has about 18k lines of Cython code (.pyx/.pxi
> files) and another 1.5k lines in compiled Python (.py) files, according to
> pygount [1]. I tried sloccount first, but that doesn't seem to have Cython
> support.
>
> Might be worth redoing that count for the other projects as well.
>
> Stefan
>
>
> [1] https://pypi.org/project/pygount/
>
> _______________________________________________
> cython-devel mailing list
> cython-devel at python.org
> https://mail.python.org/mailman/listinfo/cython-devel


More information about the cython-devel mailing list