Create a copy of a unicode string ending with a nul character. Return NULL and raise a MemoryError exception on memory allocation failure, otherwise Availability: >= 3.2 return a new allocated buffer (use PyMem_Free() to free the buffer).
See Implementation
Create a copy of a unicode string ending with a nul character. Return NULL and raise a MemoryError exception on memory allocation failure, otherwise Availability: >= 3.2 return a new allocated buffer (use PyMem_Free() to free the buffer).