mirror of
https://github.com/python/cpython.git
synced 2026-05-11 23:18:57 -04:00
71ff8d5dc5
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.