Bytearray Support #554
Unanswered
jeffective
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am wrapping a library that does a lot of manipulation of c char arrays, like:
so I was hoping to initialize this iomap bytearray in python and pass this into the c functions for it to be modified.
Is there plans to support bytearray in python? What alternatives do I have? I see ndarray but does this require my wrapper library to depend on numpy? I would like to avoid depending on numpy if I can get away with just a simple bytearray for now.
Beta Was this translation helpful? Give feedback.
All reactions