[Cython] Cython 0.17.3 released

2012-12-14 Thread Stefan Behnel
Hi all, I'm happy to announce the next bug fix release of the current stable Cython 0.17 series: 0.17.3. It fixes two crash bugs, for weakrefs and for the cleanup code on interpreter shutdown, so if you are using these features, you might want to upgrade. http://cython.org/release/Cython-0.17.3.t

[Cython] Cython is not PEP-420 (Implicit Namespace Packages) compliant

2012-12-14 Thread Alexey V Gorshkov
Hi! Reporting about Cython PEP-420 (Implicit Namespace Packages) incompliance. (Sample package setup attached) (http://www.python.org/dev/peps/pep-0420/) Next package's tree will not work and will return error . ./setup.py ./firstlevel ./firstlevel/secondlevel ./firstlevel/secondlevel/mydearp

Re: [Cython] Cython is not PEP-420 (Implicit Namespace Packages) compliant

2012-12-14 Thread Stefan Behnel
Alexey V Gorshkov, 15.12.2012 02:17: > Reporting about Cython PEP-420 (Implicit Namespace Packages) incompliance. > > (Sample package setup attached) > > (http://www.python.org/dev/peps/pep-0420/) > > Next package's tree will not work and will return error > [...] I'm sure it's not - the compil