mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 09:17:42 +00:00
py::arg() doesn't only specify named arguments anymore, so the error message was misleading (e.g. when using `py::arg().noconvert()` and forgetting `py::arg()` for a second positional argument).