mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
When comparing buffer types there are some edge cases on some platforms that are equivalent but the format string is not identical. item_type_is_equivalent_to is more forgiving than direct string comparison.