Files
cpython/Include
Tim Peters a5d78cc208 Whether platform malloc(0) returns NULL has nothing to do with whether
platform realloc(p, 0) returns NULL, so MALLOC_ZERO_RETURNS_NULL can
be correctly undefined yet realloc(p, 0) can return NULL anyway.

Prevent realloc(p, 0) doing free(p) and returning NULL via a different
hack.  Would probably be better to get rid of MALLOC_ZERO_RETURNS_NULL
entirely.

Bugfix candidate.
2002-03-02 08:43:19 +00:00
..
2002-02-28 23:46:34 +00:00
2001-08-02 04:15:00 +00:00
2001-08-02 04:15:00 +00:00
2001-12-06 06:23:26 +00:00
2001-10-05 22:06:45 +00:00