Comment 5 for bug 222260

Revision history for this message
Kees Cook (kees) wrote : Re: [Bug 222260] Re: apport_python_hook.py doesn't check to see if apport is enabled

On Sat, Apr 26, 2008 at 08:08:15AM -0000, Martin Pitt wrote:
> Note to self: Kees' patch clobbers the global namespace, it should use
> and pass a local/global dictionary.

Owch, really? I thought it defaulted to only messing with the local
namespace? Anyway, yes, mostly it serves as an example. I was digging
around for where python did the apport hooks and figured I'll cook
something up while I was in there. :)