mcfletch / pyopengl

Repository for the PyOpenGL Project
Other
314 stars 97 forks source link

PYPY3 Add support for pypy3 in FormatHandler #109

Open mgorny opened 9 months ago

mgorny commented 9 months ago

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