py_encode_basestring_ascii 119 third_party/simplejson/_speedups.c py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr); py_encode_basestring_ascii 2097 third_party/simplejson/_speedups.c s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunction)py_encode_basestring_ascii); py_encode_basestring_ascii 2207 third_party/simplejson/_speedups.c return py_encode_basestring_ascii(NULL, obj); py_encode_basestring_ascii 2715 third_party/simplejson/_speedups.c (PyCFunction)py_encode_basestring_ascii,