Re: [Cython] Cython 0.20.1 released

2014-02-14 Thread Stefan Behnel
Arfrever Frehtes Taifersar Arahesis, 14.02.2014 09:34: > 2014-02-12 22:01 Arfrever Frehtes Taifersar Arahesis napisał(a): >> Error occurs in Cython.Debugger.Tests.TestLibCython.TestAll.test_all(): >> >> == >> ERROR: test_all (Cytho

Re: [Cython] Cython 0.20.1 released

2014-02-14 Thread Arfrever Frehtes Taifersar Arahesis
2014-02-12 22:01 Arfrever Frehtes Taifersar Arahesis napisał(a): > Error occurs in Cython.Debugger.Tests.TestLibCython.TestAll.test_all(): > > > == > ERROR: test_all (Cython.Debugger.Tests.TestLibCython.TestAll) > ---

Re: [Cython] Cython 0.20.1 released

2014-02-12 Thread Arfrever Frehtes Taifersar Arahesis
Error occurs in Cython.Debugger.Tests.TestLibCython.TestAll.test_all(): == ERROR: test_all (Cython.Debugger.Tests.TestLibCython.TestAll) -- Traceback (most recen

[Cython] Cython 0.20.1 released

2014-02-11 Thread Robert Bradshaw
I just pushed the 0.20.1 bugfix release. The changelist can be found at https://github.com/cython/cython/blob/0.20.x/CHANGES.rst , but most notable is the first entry which corrects a bug optimizing literal sequence multiplication. - Robert ___ cython-de