[Cython] compiler bug in 0.21

2014-10-10 Thread Николай
I found a bug in cython v0.21 Test source is attached. regards, Niki -- | (\_/) This is Bunny. Copy and paste | (='.'=) Bunny into your signature to help | (")_(") him gain world domination def cython_err(test): saved = test.a1, test.a2 try: test.a1 = test.a2 finally:

Re: [Cython] Cython 0.21 released

2014-10-10 Thread Niki Spahiev
Hello, While testing on windows without setuptools, i found that cythonize.py is missing from Cython-0.21.tar.gz Niki ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] Cython 0.21 released

2014-10-10 Thread Yaroslav Halchenko
On Fri, 10 Oct 2014, Stefan Behnel wrote: > Hi, > thanks for the feedback. > Yaroslav Halchenko schrieb am 08.10.2014 um 16:23: > > while preparing build for Debian I ran into good old (never got feedback > > to my analysis done in Jul/Aug, thread "Cython bugfix release") > > =