[Python-Dev] Memory management question

Guido van Rossum guido@digicool.com
Fri, 27 Apr 2001 11:39:46 -0500


> 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/)