| commit | 8bbc3091c8659859071d85ddf7570b2c3d97906b | [log] [tgz] |
|---|---|---|
| author | gentlegiantJGC <gentlegiantJGC@users.noreply.github.com> | Thu Aug 21 20:14:57 2025 +0100 |
| committer | GitHub <noreply@github.com> | Thu Aug 21 15:14:57 2025 -0400 |
| tree | e8ff88ecc2fedd36f7cfb249efa77de6fd492321 | |
| parent | 03607757fc54f5be90c6288caa10995bc2a8480f [diff] |
Improve buffer_info type checking in numpy docs (#5805) 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.