In <[EMAIL PROTECTED]>, Simon Berube
wrote:

> In short, how do I used <Object at Memory Address> strings to recreate
> a an object.

You already got the answer: you can't.  Either you still have a reference
to that object, or the memory address is not guaranteed to point to the
object anymore even if you could get an object from a "raw" memory address.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to