SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 223 Python

default_3way_compare(): When comparing the pointers, they must be cast

to integer types (i.e. Py_uintptr_t, our spelling of C9X's uintptr_t).
ANSI specifies that pointer compares other than == and != to
non-related structures are undefined.  This quiets an Insure
portability warning.
B
Barry Warsaw committed
71ff8d5dc5dad320cf71fee03018c5ba4101b683
Parent: 7f3e4ad