[Cython] candidate for bug fix release 0.22.1

2015-06-06 Thread Stefan Behnel
Hi everyone, here is a release candidate for the upcoming bug fix release 0.22.1. http://cython.org/release/Cython-0.22.1rc1.tar.gz http://cython.org/release/Cython-0.22.1rc1.zip cdf6726d3717351b7d4845f7b3853c3f Cython-0.22.1rc1.tar.gz e480ddd0f45289e22ea624f530116719 Cython-0.22.1rc1.zip He

[Cython] cython-0.23 monkey-patches stdlib?

2015-06-06 Thread Neal Becker
According to https://github.com/cython/cython/blob/master/CHANGES.rst the default build would attempt to modify python stdlib files? How would this work on distributions? I am maintainer for Cython on Fedora. So installing Cython would try to overwrite stdlib files? That sounds difficult. F

Re: [Cython] cython-0.23 monkey-patches stdlib?

2015-06-06 Thread Stefan Behnel
Neal Becker schrieb am 06.06.2015 um 20:25: > According to > https://github.com/cython/cython/blob/master/CHANGES.rst > > the default build would attempt to modify python stdlib files? No. Glad you asked, that might not be clear. It will not modify the *files*, only the content of the modules af