Hi, I am writing a python extension in C. I have two PyObjects of type PyUnicode. Now I want to compare the values in the both. Which function I should use for the same ? I was trying PyObject_Compare from [1] but not the getting the correct result. Any link/example to read ?
[1] http://docs.python.org/c-api/object.html Kushal -- http://fedoraproject.org http://kushaldas.in _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
