Message229326
| Author |
georg.brandl |
| Recipients |
Wilfred.Hughes, docs@python, georg.brandl, martin.panter, matrixise, rhettinger |
| Date |
2014年10月14日.18:16:13 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1413310573.16.0.551126321604.issue22237@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|