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).
Showing
Please
register
or
sign in
to comment
* Replace import numpy catch (...) with catch (error_already_set) * Add missing const (not sure how those got lost).