]> granicus.if.org Git - python/commit
PyObject_Malloc: make a tiny bit faster for platforms where malloc(0)
authorTim Peters <tim.peters@gmail.com>
Thu, 18 Apr 2002 21:58:56 +0000 (21:58 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 18 Apr 2002 21:58:56 +0000 (21:58 +0000)
commit64d80c9f40465f9bed18712bc2b792f28dcac162
tree9dfa396f3a15563c63fc494c51227e04ecc297cd
parent3e12071dbe18958528f481807102bfdb0f4c054f
PyObject_Malloc:  make a tiny bit faster for platforms where malloc(0)
doesn't return NULL.

PyObject_Realloc:  better comment for why we don't call PyObject_Malloc(0).
Objects/obmalloc.c