[Cython] 0.20 tests fail with python3.4b2

Stefan Behnel stefan_ml at behnel.de
Sat Jan 25 07:07:08 CET 2014


Julian Taylor, 24.01.2014 22:26:
> with python3.4b2 numpy_memoryview.acquire_release_cycle fails
> looking at the source the test should be disabled, but its still run.

Yes, that's a known problem, the test is fixed in master. In short, Py3.4
has support for finding doctests in the docstrings of C implemented
functions, and thus doesn't need Cython's work-arounds for this anymore.

http://thread.gmane.org/gmane.comp.python.cython.devel/15111

Stefan



More information about the cython-devel mailing list