[pypy-dev] What's wrong with >>> open(?xxx?, ?w?).write(?stuff?) ?

Armin Rigo arigo at tunes.org
Fri Aug 20 13:06:49 CEST 2010


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.



More information about the Pypy-dev mailing list