After testing Cython 3.0.10 on Fedora, since https://github.com/cython/cython/pull/6076/files#diff-96d985c01fb72a88ed9f876ec8e8648ec582cc506a13c287882cfb2d42ad0197R25 this test fails on 32 bits with
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python3.12/doctest.py", line 1361, in __run
exec(compile(example.source, filename, "single",
File "<doctest numpy_parallel.test_parallel_numpy_arrays[0]>", line 1, in <module>
test_parallel_numpy_arrays()
File "tests/run/numpy_parallel.pyx", line 34, in numpy_parallel.test_parallel_numpy_arrays (numpy_parallel.c:4494)
x = numpy.zeros(10, dtype=numpy.int_)
ValueError: Buffer dtype mismatch, expected 'int64_t' but got 'long'
# example codeNo response
Linux
No response
3.0.10
No response
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()