Georg Brandl added the comment:

PyId_sort is not a function, it's a somewhat complicated way of getting a 
Python string "sort" (in this case, for looking up a method using 
PyObject_GetAttrId).  The string object is cached, with is faster than 
constructing one every time with PyObject_GetAttrString.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22237>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to