static PyObject* variables should use PyString_InternFromString() instead of...
static PyObject* variables should use PyString_InternFromString() instead of PyObject_FromString() to store a python string in a function level static var.
Showing
Please register or sign in to comment