mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-11 17:00:34 +00:00
This makes array_t respect overload resolution and noconvert by failing to load when `convert = false` if the src isn't already an array of the correct type.