Files
cpython/Objects
Tim Peters 64d80c9f40 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).
2002-04-18 21:58:56 +00:00
..
2002-04-16 16:44:51 +00:00
2001-08-29 23:54:21 +00:00
2002-03-18 20:43:51 +00:00