> --
> You received this message because you are subscribed to the Google Groups "dumbo-user" group.
> To post to this group, send email to dumbo...@googlegroups.com.
> To unsubscribe from this group, send email to dumbo-user+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/dumbo-user?hl=en.
>
>
-K
-K
STRING: read_unicode
StringType: write_bytes
I guess we could also fix your problem by only changing the latter line, i.e.:
* read typedbytes bytes to regular python strings
* read typedbytes strings to regular python strings
* write regular python strings to typedbytes bytes
* write unicode python strings to typedbytes strings
That should still work but would be a bit weird I guess.
And another way of avoiding the speed issue might be to implement fast
unicode reading and writing C functions in ctypedbytes maybe.
In any case, it would be good to create a ticket for this and gather
the different thoughts there. Could you be persuaded to do that you
think, Lukas? :)
-K
-K