[Python-Dev] Re: Caching objects in memory

Fredrik Lundh fredrik at pythonware.com
Fri Apr 22 15:50:20 CEST 2005


Facundo Batista wrote:

> Is there a document that details which objects are cached in memory
> (to not create the same object multiple times, for performance)?

why do you think you need to know?
 
> If not, could please somebody point me out where this is implemented
> for strings?

Objects/stringobject.c (where else? ;-)

</F>



More information about the Python-Dev mailing list