Hi Donny, On Fri, Aug 20, 2010 at 06:23:26AM -0400, Donny Viszneki wrote: > Armin: Sakesun used "del f" and it appears you did not.
As explained earlier this makes no difference. E.g. in any Python version, the following code would not call the __del__ method of the object x either: >>> x = SomeClassWithADel() >>> y = x >>> del x A bientot, Armin. _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
