On Mon, Aug 1, 2011 at 3:04 PM, Arfrever Frehtes Taifersar Arahesis <[email protected]> wrote: > 2011-07-31 09:45:15 Robert Bradshaw napisaĆ(a): >> On Thu, Jul 21, 2011 at 4:14 PM, Robert Bradshaw >> <[email protected]> wrote: >> > Cython has seen an enormous amount of development since 0.14.1. If you >> > are not already using the latest version from the development >> > repository, we encourage you to try out the release candidate: >> > http://cython.org/release/Cython-0.15rc0.tar.gz >> >> Thanks for all the feedback. Here's another release candidate: >> http://cython.org/release/Cython-0.15rc0.tar.gz Unless something major >> is found, this is likely to be the release. > > Cython-0.15rc1.tar.gz contains tests/imports/cimport_on_import.srctree, which > was > absent in Cython-0.15rc0.tar.gz and is absent on > https://github.com/cython/cython. > The test from this file fails:
And this is why I should always make sdists in a clean client... Thanks for catching this. A clean tarball is up at http://cython.org/release/Cython-0.15rc2.tar.gz . (I also took a quick look at what's been pushed since rc1, and they all look like safe changes worth getting in.) - Robert _______________________________________________ cython-devel mailing list [email protected] http://mail.python.org/mailman/listinfo/cython-devel
