diff options
author | Barry Warsaw <barry@python.org> | 2000-08-18 04:57:32 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-08-18 04:57:32 (GMT) |
commit | dc55d715bbe23ccda3942da667211ff796f31ed2 (patch) | |
tree | fb5d70f461292fd3cb0e323eaea4cd8c26df61f3 /Doc | |
parent | bc7c7f991c4654cb270cc09272559534de492d30 (diff) | |
download | cpython-dc55d715bbe23ccda3942da667211ff796f31ed2.zip cpython-dc55d715bbe23ccda3942da667211ff796f31ed2.tar.gz cpython-dc55d715bbe23ccda3942da667211ff796f31ed2.tar.bz2 |
PyInstance_DoBinOp(): 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 'Doc')
0 files changed, 0 insertions, 0 deletions