Alexandre Hudelot wrote: > Hello, how does one set a pointer to foo using an id string obtained > through foo.object_id for instance? > > Thanks in advance > Considering that object ids are only valid throughout one interpreter run... I'm curious: why pass around the object id instead of the object itself? David Vallner