SIGN IN SIGN UP

docompare(): Another reasonable optimization from Jonathan Hogg for the

explicit comparison function case:  use PyObject_Call instead of
PyEval_CallObject.  Same thing in context, but gives a 2.4% overall
speedup when sorting a list of ints via list.sort(__builtin__.cmp).
T
Tim Peters committed
58cf361e35ba64f51b30e75737720bc73c7f6f2e
Parent: 155adbd