Replies: 1 comment
-
Good catch, this is now fixed in 18376ff |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating bindings that'd need to return some arrays of arbitrary byte buffers (uint8_t arrays) as a Python
bytes
object. But I can't quite figure out where to start.One alternative would be to return an ndarray instead, but the bindings are used in a context that otherwise expects to see
bytes
objects. Thenb::bytes()
constructors seem to only support constructing from C strings but.Beta Was this translation helpful? Give feedback.
All reactions