This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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.
History
Date User Action Args
2014-10-14 18:16:13georg.brandlsetrecipients: + georg.brandl, rhettinger, docs@python, martin.panter, matrixise, Wilfred.Hughes
2014-10-14 18:16:13georg.brandlsetmessageid: <1413310573.16.0.551126321604.issue22237@psf.upfronthosting.co.za>
2014-10-14 18:16:13georg.brandllinkissue22237 messages
2014-10-14 18:16:13georg.brandlcreate