diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-12-10 10:39:08 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-12-10 10:39:08 (GMT) |
commit | 629dfe28f5bdf12b767ae8b35241247e3baadbb4 (patch) | |
tree | 75bce1a5e09a2f94c3a483ff4b910eb8e23c0705 /Lib/distutils/dep_util.py | |
parent | 3f9afd816de4067b8277bfe0241cf15d34b13e47 (diff) | |
download | cpython-629dfe28f5bdf12b767ae8b35241247e3baadbb4.zip cpython-629dfe28f5bdf12b767ae8b35241247e3baadbb4.tar.gz cpython-629dfe28f5bdf12b767ae8b35241247e3baadbb4.tar.bz2 |
Merged revisions 76740 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76740 | mark.dickinson | 2009-12-10 10:36:32 +0000 (Thu, 10 Dec 2009) | 8 lines
Replace the size check for PyMem_MALLOC and PyMem_REALLOC with an almost
equivalent[*] check that doesn't produce compiler warnings about a 'x < 0'
check on an unsigned type.
[*] it's equivalent for inputs of type size_t or Py_ssize_t, or any smaller
unsigned or signed integer type.
........
Diffstat (limited to 'Lib/distutils/dep_util.py')
0 files changed, 0 insertions, 0 deletions