Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / h5py-3.9.0.p01.patch
1 --- h5py-3.9.0_ref/h5py/_errors.pyx     2023-04-26 17:08:31.000000000 +0200
2 +++ h5py-3.9.0_dev/h5py/_errors.pyx     2024-05-05 14:40:30.886340118 +0200
3 @@ -94,7 +94,7 @@
4      H5E_error_t err
5      int n
6  
7 -cdef herr_t walk_cb(unsigned int n, const H5E_error_t *desc, void *e) nogil noexcept:
8 +cdef herr_t walk_cb(unsigned int n, const H5E_error_t *desc, void *e) nogil:
9  
10      cdef err_data_t *ee = <err_data_t*>e
11