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
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
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