On Sun, 17 Aug 2008, Carl Zmola wrote: > Jerome Laheurte wrote:
>> Hi. I get a bunch of PyDeadObject exceptions when running the unit >> tests (from trun, wx 2.8.7.1, Python 2.5), in getColumnUICommands. >> The tests still pass though. Have you noticed something like this ? >> > I see this too (on windows). > > BTW, when debugging from eclipse, I see a bunch of the following > exceptions. > Exception exceptions.SystemError: 'error return without exception set' > in <generator object at 0x034D9EB8> ignored > I am assuming this is normal, but is there a reason for it? And is it > possible to get rid of it? That's strange. This can only happen in a C/C++ extension module (someone returning NULL without calling PyErr_SetString), so TaskCoach is not involved. I don't remember any part of the wxPython API using generators.
