Re: [Cython] Cython 0.21 beta 1 released

2014-08-14 Thread Arfrever Frehtes Taifersar Arahesis
Results of test suite of Cython 0.21 beta 1 with different versions of Python:
  Python 2.6: 1 error, 2 failures
  Python 2.7: 1 error, 0 failures
  Python 3.2: 1 error, 0 failures
  Python 3.3: 1 error, 0 failures
  Python 3.4: 1 error, 0 failures

The 1 error is the same with all versions of Python.
Output with Python 2.6:

==
ERROR: compiling (c) and running bufaccess
--
Traceback (most recent call last):
  File "runtests.py", line 1022, in run
check_thread_termination()
  File "runtests.py", line 1633, in check_thread_termination
raise PendingThreadsError("left-over threads found after running test")
PendingThreadsError: left-over threads found after running test

==
FAIL: Doctest: double_dealloc_T796
--
Traceback (most recent call last):
  File "/usr/lib64/python2.6/doctest.py", line 2163, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for double_dealloc_T796
  File 
"/tmp/Cython-0.21b1/tests-2.6/run/c/double_dealloc_T796/double_dealloc_T796.so",
 line unknown line number, in double_dealloc_T796

--
File 
"/tmp/Cython-0.21b1/tests-2.6/run/c/double_dealloc_T796/double_dealloc_T796.so",
 line ?, in double_dealloc_T796
Failed example:
del x
Expected:
SimpleGarbage(1) __dealloc__
Collector.__dealloc__
collect 0
Got:
SimpleGarbage(1) __dealloc__
Collector.__dealloc__
collect 128


==
FAIL: Doctest: double_dealloc_T796
--
Traceback (most recent call last):
  File "/usr/lib64/python2.6/doctest.py", line 2163, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for double_dealloc_T796
  File 
"/tmp/Cython-0.21b1/tests-2.6/run/cpp/double_dealloc_T796/double_dealloc_T796.so",
 line unknown line number, in double_dealloc_T796

--
File 
"/tmp/Cython-0.21b1/tests-2.6/run/cpp/double_dealloc_T796/double_dealloc_T796.so",
 line ?, in double_dealloc_T796
Failed example:
del x
Expected:
SimpleGarbage(1) __dealloc__
Collector.__dealloc__
collect 0
Got:
SimpleGarbage(1) __dealloc__
Collector.__dealloc__
collect 128


--
Ran 8832 tests in 6785.081s

FAILED (failures=2, errors=1)
ALL DONE


--
Arfrever Frehtes Taifersar Arahesis


signature.asc
Description: This is a digitally signed message part.
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel


[Cython] Guido on type annotations in Py3

2014-08-14 Thread Stefan Behnel
He's picked up the idea from a recent keynote talk at EuroPython that
there's this thing called mypy that provides type annotations.

http://thread.gmane.org/gmane.comp.python.ideas/28619

Stefan
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel