diff options
author | Barry Warsaw <barry@python.org> | 2001-01-20 06:08:10 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-01-20 06:08:10 +0000 |
commit | 4d20e38ed15af2ac7ed01e2521afaaa5cd5f0bbc (patch) | |
tree | 7ef7fa0c5633247dc7f4ec595ddf0606e02d14ef /Python/pythonrun.c | |
parent | 50bd1ad6b914581ffd33b1fc1717bc430f384e71 (diff) | |
download | cpython-4d20e38ed15af2ac7ed01e2521afaaa5cd5f0bbc.tar.gz |
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions