how to get back an object from its id() value

CTO debatem1 at gmail.com
Wed Apr 8 12:17:07 EDT 2009


<snip>
> You could create a dict with the string as the key and the object as the
> value.
</snip>

This will create a strong reference to the object, which is (I'm
assuming) undesired behavior.



More information about the Python-list mailing list