diff options
author | Barry Warsaw <barry@python.org> | 2000-08-18 05:01:19 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-08-18 05:01:19 (GMT) |
commit | 9d23a4eb037abc4d6026dda09ffda39eb8701a1e (patch) | |
tree | 72d7b01211c70300b626e417c28737ce270445f5 /Doc | |
parent | 67c1a04bbbad20a6a66aa32d35fe41baf2660a51 (diff) | |
download | cpython-9d23a4eb037abc4d6026dda09ffda39eb8701a1e.zip cpython-9d23a4eb037abc4d6026dda09ffda39eb8701a1e.tar.gz cpython-9d23a4eb037abc4d6026dda09ffda39eb8701a1e.tar.bz2 |
make_pair(): 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