[Cython] Cython 0.20.1 released

Arfrever Frehtes Taifersar Arahesis arfrever.fta at gmail.com
Fri Feb 14 09:34:20 CET 2014


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)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/tmp/Cython-0.20.1/Cython/Debugger/Tests/TestLibCython.py", line 188, in setUp
>     super(GdbDebuggerTestCase, self).setUp()
>   File "/tmp/Cython-0.20.1/Cython/Debugger/Tests/TestLibCython.py", line 126, in setUp
>     **opts
> TypeError: __init__() takes at least 5 non-keyword arguments (4 given)
> 
> ----------------------------------------------------------------------
> Ran 8372 tests in 3569.636s
> 
> FAILED (errors=1)
> ALL DONE

This problem was probably introduced in commit cdf5f0de5a0fd3d99857fd33468f24952248607f, which
changed signature of runtests.CythonCompileTestCase.__init__(), but failed to update call to
this function in Cython/Debugger/Tests/TestLibCython.py.

https://github.com/cython/cython/commit/cdf5f0de5a0fd3d99857fd33468f24952248607f

--
Arfrever Frehtes Taifersar Arahesis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20140214/f943b860/attachment.sig>


More information about the cython-devel mailing list