Become

Neil Schemenauer nas at python.ca
Mon Nov 26 16:36:12 EST 2001


Jiba wrote:
> Become can replace (quite) all references to an object by a reference to 
> another object. It relies on gc.get_referents().

gc.get_referents() is not guaranteed to find all references to an
object.  It may also go away in a future Python release.  Consider
yourself warned.

  Neil




More information about the Python-list mailing list