Change PyUnicode_EncodeCharmap() to return bytes objects
(which simplifies the implementation a little, because bytes objects are resizable in place).
Showing
Please register or sign in to comment
(which simplifies the implementation a little, because bytes objects are resizable in place).