test_numpy_array.py
8.03 KB
-
pybind11: implicitly convert NumPy integer scalars · 496feacf
The current integer caster was unnecessarily strict and rejected various kinds of NumPy integer types when calling C++ functions expecting normal integers. This relaxes the current behavior.
Wenzel Jakob committed