Memory addressing

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Fri Apr 27 16:37:22 EDT 2007


In <1177703803.179501.95300 at n35g2000prd.googlegroups.com>, 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



More information about the Python-list mailing list