Comment 3 for bug 901381

Revision history for this message
Martin Pitt (pitti) wrote :

Indeed this call happens in

    def excepthook(self, exctype, excvalue, exctb):

which has the exact same signature as apport_excepthook() (well, unsurprisingly, as both are standard Python exception handlers). So it would just need to import apport_python_hook and call apport_excepthook(exctype, excvalue, exctb).