[Python-3000] PEP: Eliminate __del__

Greg Ewing greg.ewing at canterbury.ac.nz
Sat May 5 04:07:00 CEST 2007


Raymond Hettinger wrote:

> Can I please press the <slow> button for a few days until I can offer
 > a useful starting point.

Before you go any further, the important thing to take
from the thread so far is that you mustn't keep the
whole contents of the object's __dict__ alive via
the callback.

--
Greg


More information about the Python-3000 mailing list