Robert Bradshaw schrieb am 09.09.2016 um 10:11: > I'd like to put out another Cython release shortly. Is anyone aware of > anything that we should try to get in before then?
I'm seeing these test failures in travis under latest Py3.6 now. Does anyone have a quick idea what might cause them? https://api.travis-ci.org/jobs/158935556/log.txt?deansi=true (see the very end of the test log) Stefan FAIL: numpy_test (numpy_test.__test__) Doctest: numpy_test.__test__.numpy_test ---------------------------------------------------------------------- Traceback (most recent call last): File "/opt/python/3.6-dev/lib/python3.6/doctest.py", line 2199, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for numpy_test.__test__.numpy_test File "/home/travis/build/cython/cython/BUILD/1/run/c/numpy_test/numpy_test.cpython-36m-x86_64-linux-gnu.so", line unknown line number, in numpy_test ---------------------------------------------------------------------- File "/home/travis/build/cython/cython/BUILD/1/run/c/numpy_test/numpy_test.cpython-36m-x86_64-linux-gnu.so", line ?, in numpy_test.__test__.numpy_test Failed example: test_dtype(np.longlong, inc1_longlong_t) Exception raised: Traceback (most recent call last): File "/opt/python/3.6-dev/lib/python3.6/doctest.py", line 1330, in __run compileflags, 1), test.globs) File "<doctest numpy_test.__test__.numpy_test[51]>", line 1, in <module> test_dtype(np.longlong, inc1_longlong_t) File "tests/run/numpy_test.pyx", line 397, in numpy_test.test_dtype (numpy_test.c:8884) inc1(a) File "tests/run/numpy_test.pyx", line 374, in numpy_test.inc1_longlong_t (numpy_test.c:7797) def inc1_longlong_t(np.ndarray[np.longlong_t] arr): arr[1] += 1 ValueError: Unexpected format string character: 'q' _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel