[Python-checkins] r76743 - python/branches/release31-maint

mark.dickinson python-checkins at python.org
Thu Dec 10 11:40:17 CET 2009


Author: mark.dickinson
Date: Thu Dec 10 11:40:16 2009
New Revision: 76743

Log:
Blocked revisions 76741 via svnmerge

................
  r76741 | mark.dickinson | 2009-12-10 10:39:08 +0000 (Thu, 10 Dec 2009) | 14 lines
  
  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.
  ........
................


Modified:
   python/branches/release31-maint/   (props changed)


More information about the Python-checkins mailing list