Re: getattr()

Guido.van.Rossum@cwi.nl
Fri, 18 Mar 1994 09:15:50 +0100

> The question is, if a char * is extracted from a string object using
> getstringvalue() will it be freed when the object is garbage collected.
> My guess is yes, but I wanted to confirm this.

Yes.

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>