Closed NoamK-CR closed 7 months ago
this looks interesting -- but will take more time than I have avail right now. also can you fix the build after I update with other PRs?
Sure, I'll fix the build now and rebase.
Thanks and sorry for the delay in merging!
This aims to solve both #323 and #328 by supplying efficient methods to copy Python
bytes
into Go[]byte
slices and vice versa.One question I have is whether the
Slice_byte
Python constructor should check if the first argument is of typebytes
, and if so use the optimized method?