Hi all,
I've uploaded the final 0.26.1 release to PyPI. It fixes several issues
with the last release 0.26. Here is the changelog:
https://github.com/cython/cython/blob/0.26.1/CHANGES.rst
Have fun,
Stefan
PS: I accidentally used the wrong key to sign the files, ID F39A065B. All
files are signed, but using a weak key. Sorry for that. I only noticed it
during the upload, and didn't want to make it worse by even using different
keys for later files.
Hi all,
the release branch still builds ok with Python 3.2, but master doesn't, and
I'd rather not spend my time on fixing that. Python 3.2 has reached its
final end-of-life in February 2016, so it's really dead for good now.
https://www.python.org/dev/peps/pep-0392/
I'm not really expecting any objections. ;) Unless someone stands up to
invest time into making all tests pass in Py3.2 again, I'll rip out the
Py3.2-only usage of 2to3 from setup.py during the next weeks, and also the
small set of special cases here and there in the C code.
Stefan
Hi!
Given the current set of bugs and regressions in 0.26, I think we should
start preparing a 0.26.1 release. I've already updated the release branch
with recent fixes. It's currently the same as master, but I'd like to
separate the branches soon in order to start merging features for 0.27 to
avoid bit-rot.
The following regressions seem worth looking into for 0.26.1:
https://github.com/cython/cython/issues/1790https://github.com/cython/cython/issues/1788
Anything else of importance?
Stefan