You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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