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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to