On Sat, Jan 21, 2012 at 7:04 PM, Tamer Higazi <th9...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to