Do a 3-way comparison, by hook or by crook. Return: -2 for an exception (but see below); -1 if v < w; 0 if v == w; 1 if v > w; BUT: if the object implements a tp_compare function, it returns whatever this function returns (whether with an exception or not). */
source not stored for this graph (policy: none)
no test coverage detected