This is actually a bug in interrogate - it's converting an unsigned size_t via Py_ssize_t, which is not correct. However, it's a bunch of trouble to fix that.
Cherry-picked from
|
||
|---|---|---|
| .. | ||
| test_geom.py | ||
| test_geom_primitives.py | ||
| test_geom_vertex_format.py | ||
| test_lenses.py | ||
| test_texture.py | ||
| test_texture_peek.py | ||
| test_texture_pool.py | ||