pyopengl icon indicating copy to clipboard operation
pyopengl copied to clipboard

PYPY3 Add support for pypy3 in FormatHandler

Open mgorny opened this issue 1 year ago • 0 comments

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

mgorny avatar Nov 17 '23 18:11 mgorny