You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing two test failures on the weekly PyPy 3.11 HEAD run, probably due to the latest NumPy 2.3.0 release (from a few days ago):
FAILED pythran/tests/test_ndarray.py::TestNdarray::test_ndarray_bool - SystemError: c function call returned a result with an exception set
FAILED pythran/tests/test_numpy_func0.py::TestNumpyFunc0::test_fromstring0 - ValueError: The binary mode of fromstring is removed, use frombuffer instead
The complete run is here. This happens with both clang and gcc on Ubuntu x86_64.