Re: [Cython] Cython 3.0 alpha 4 released

2020-05-06 Thread Stefan Behnel
Jakub Wilk schrieb am 06.05.20 um 20:31: > Hi Stefan! > > Could you push the 3.0a4 tag to GitHub? Done, thanks for the reminder. Stefan ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] Cython 3.0 alpha 4 released

2020-05-06 Thread Jakub Wilk
Hi Stefan! Could you push the 3.0a4 tag to GitHub? -- Jakub Wilk ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel

[Cython] Cython 3.0 alpha 4 released

2020-05-05 Thread Stefan Behnel
Hi all, here's yet another alpha release for you, with some great new features and even more bug fixes this time, and now hopefully generating proper C code for nogil code again. Download: https://pypi.org/project/Cython/3.0a4/ Changelog: https://github.com/cython/cython/blob/master/CHANGES.rst