access address from object and vice versa

Chris Rebert clp2 at rebertia.com
Sat Jan 21 22:36:32 EST 2012


On Sat, Jan 21, 2012 at 7:04 PM, Tamer Higazi <th982a at googlemail.com> wrote:
> Hi people!
> I have asked myself the following thing.
>
> How do I access the address of an object

id(obj) happens to do that in CPython, but it's a mere implementation detail.

> and later get the object from
> that address ?!

Not possible.

> I am heavily interisted.

Why?

Cheers,
Chris



More information about the Python-list mailing list