Files
pybind11/tests/test_numpy_vectorize.cpp
Ralf W. Grosse-Kunstleve 8d14e666e3 fix: avoid catch (...) for expected import numpy failures (#3974)
* Replace import numpy catch (...) with catch (error_already_set)

* Add missing const (not sure how those got lost).
2022-05-26 11:07:40 -04:00

4.4 KiB