Searched refs:PyUnicode_Decode (Results 1 – 2 of 2) sorted by relevance
92 PyUnicode_Decode(repr, STRLEN(repr), ENC_OPT, ERRORS_DECODE_ARG)292 # undef PyUnicode_Decode293 # define PyUnicode_Decode py3_PyUnicode_Decode macro1186 cmdstr = PyUnicode_Decode(cmd, strlen(cmd), in DoPyCommand()1844 result = PyUnicode_Decode(tmp, len, (char *)ENC_OPT, ERRORS_DECODE_ARG); in LineToString()
17967 Solution: Use PyUnicode_Decode() instead of PyUnicode_FromString(). (Ken