Python vs Java garbage collection?

Erik Max Francis max at alcyone.com
Mon Dec 23 02:59:04 EST 2002


"Martin v. Löwis" wrote:

> It's not that there are hundreds of alternative Python implementations
> out there. There are precisely two implementations, and that's why the
> language definition makes explicitly no guarantee as to when the
> finalizers are called.

And that's precisely why you should not rely on an such behavior in a
portable application.

> If you were just to use what the language
> definition guarantees you, you could not write a single useful
> application.

Huh?  Presuming by "language definition" you mean the documentation
available at python.org, I don't see how this comment makes sense.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ Whoever named it necking was a poor judge of anatomy.
\__/ Groucho Marx
    CAGE / http://www.alcyone.com/pyos/cage/
 A cellular automaton simulation system in Python.



More information about the Python-list mailing list