[Cython] Cython 0.20.1 released

Stefan Behnel stefan_ml at behnel.de
Fri Feb 14 09:57:44 CET 2014


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

Thanks! I pushed a fix to master.

Stefan



More information about the cython-devel mailing list