Re: [Cython] 0.20 tests fail with python3.4b2

2014-01-24 Thread Stefan Behnel
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

[Cython] 0.20 tests fail with python3.4b2

2014-01-24 Thread Julian Taylor
hi, with python3.4b2 numpy_memoryview.acquire_release_cycle fails looking at the source the test should be disabled, but its still run. This might be a py3.4 change to doctest, but I know nothing about doctest, so I wanted to check first if you know something about this. Interestingly py3.4 runs