summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-01-20 06:08:10 +0000
committerBarry Warsaw <barry@python.org>2001-01-20 06:08:10 +0000
commit4d20e38ed15af2ac7ed01e2521afaaa5cd5f0bbc (patch)
tree7ef7fa0c5633247dc7f4ec595ddf0606e02d14ef /Python/pythonrun.c
parent50bd1ad6b914581ffd33b1fc1717bc430f384e71 (diff)
downloadcpython-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