Jim Jewett wrote: >>> You say that __del__ is harardous, but I can't see how >>> weakrefs are less hazardous. As an implicit finalization method, >>> they live on the fragile assumption that the callback won't hold a >>> reference to the object: > >> Nope, not so. > > I think you read "live" as "not trash", but in this particular > sentence, he meant it as "be useful".
Yes. Sorry for my bad English... -- Giovanni Bajo _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
