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).
Showing
Please register or sign in to comment
doesn't return NULL. PyObject_Realloc: better comment for why we don't call PyObject_Malloc(0).