April 27, 2001
4:39 p.m.
Is there any (official) way to realloc the memory returned by PyObject_NEW ?
Not if the object participates in GC. --Guido van Rossum (home page: http://www.python.org/~guido/)