mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-11 17:00:34 +00:00
This PR brings the std::array<> caster in sync with the other STL type casters: to accept an arbitrary sequence as input (rather than a list, which is too restrictive).