gc question

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Sun Mar 9 05:51:23 EDT 2008


On Sun, 09 Mar 2008 01:42:01 -0800, vpalexander wrote:

> I keep seeing destructor calls in wx for ad hoc dialogs and wonder if
> this is required, and if so, why would normal gc flow not be good?

Because there is no guarantee when `__del__()` is called or if it is
called *at all*.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list