pyopengl
pyopengl copied to clipboard
PYPY3 Add support for pypy3 in FormatHandler
Add _ctypes.array.ArrayMeta
to classes recognized by ctypesarrays
formathandler. This is the class used by arrays on PyPy3.10. Adding this makes the test suite pass on PyPy3.10 7.3.13.
Fixes #108