> Why not mimic the pure python approach? > > lowerfunc = PyObject_GetAttrString(&PyUnicode_Type, "lower"); > PyObject_CallMethod(mylist, "sort", "OO", Py_None, lowerfunc); unicode.lower() doesn't like non-unicode objects, so this would only work if you know for sure there are no str objects in the list. -- --Guido van Rossum (home page: http://www.python.org/~guido/)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4