Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PYPY3 Add support for pypy3 in FormatHandler #109

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mgorny
Copy link

@mgorny mgorny commented Nov 17, 2023

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant