Skip to content

Commit

Permalink
math/py-numpy: revert obsolete commit 507c189
Browse files Browse the repository at this point in the history
The sched_getaffinity() function in the C library returned a different
error code than expected (i.e. other than returned by GLIBC) if the
requested CPU set size did not match the one expected by the system.

The error code has been changed from ERANGE to EINVAL as expected by
the wrapper for os.sched_getaffinity() in Python, obsoleting the patch
that commented out the failing function call in setup.py.
  • Loading branch information
stesser committed Jan 3, 2022
1 parent e9456b7 commit a2cfb3e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions math/py-numpy/files/patch-numpy_distutils_misc__util.py

This file was deleted.

0 comments on commit a2cfb3e

Please sign in to comment.