[Cython] Cython 0.21 released

Stefan Behnel stefan_ml at behnel.de
Fri Oct 10 08:03:20 CEST 2014


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")
> 
> ======================================================================
> ERROR: test_all (Cython.Debugger.Tests.TestLibCython.TestAll)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/yoh/deb/gits/build-area/cython-0.21/Cython/Debugger/Tests/TestLibCython.py", line 280, in test_all
>     sys.stderr.write(errmsg)
> UnicodeEncodeError: 'ascii' codec can't encode characters in position 23604-23607: ordinal not in range(128)

The debugger tests are generally broken at the moment.


> and few other failures:
> 
> ======================================================================
> FAIL: test_typing_function_int_loop (Cython.Tests.TestJediTyper.TestJediTyper)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/yoh/deb/gits/build-area/cython-0.21/Cython/Tests/TestJediTyper.py", line 85, in test_typing_function_int_loop
>     self.assertIn(('func', (1, 0)), types)
> AssertionError: ('func', (1, 0)) not found in {}
> 
> ======================================================================
> FAIL: test_typing_function_int_loop (Cython.Tests.TestJediTyper.TestTypeInjection)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/yoh/deb/gits/build-area/cython-0.21/Cython/Tests/TestJediTyper.py", line 85, in test_typing_function_int_loop
>     self.assertIn(('func', (1, 0)), types)
> AssertionError: ('func', (1, 0)) not found in {}
> 
> ----------------------------------------------------------------------

I faintly recall that there's a version dependency here, so I restricted
the test runs to Jedi 0.8.1 and later.

Stefan



More information about the cython-devel mailing list