[Python-Dev] Memory management question

Thomas Heller thomas.heller@ion-tof.com
Fri, 27 Apr 2001 17:56:34 +0200


> > Is there any (official) way to realloc the memory returned by
> > PyObject_NEW ?
> 
> Not if the object participates in GC.

I'll shut up after this one:

Would a PyObject_RESIZE function/macro make sense?

Thomas