Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 mcfletch#108
- Loading branch information