> My proposal: Add it as feature somewhere "outside" of the normal API
> (e.g. PySide.debugging) like this:
>
> from PySide import debugging
>
> if debugging.qobject_deleted(my_widget):
>    print 'ohai deletion handling!'

I agree with the idea of an external debugging module. Specifically I
would like two external debugging modules:
"Shiboken.debugging" for generic binding debugging (including if an
underlying C++ object is dead or not)
and "PySide.debugging" for PySide specifics (right now I can think
only of signals).

Marcelo
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to