PyUnicode_FromString 110 third_party/bintrees/bintrees/cwalker.c #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict") PyUnicode_FromString 110 third_party/bintrees/bintrees/qavltree.c #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict") PyUnicode_FromString 110 third_party/bintrees/bintrees/qbintree.c #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict") PyUnicode_FromString 110 third_party/bintrees/bintrees/qrbtree.c #define PyUnicode_FromString(s) PyUnicode_Decode(s, strlen(s), "UTF-8", "strict")