Comment 13 for bug 233734

Revision history for this message
Krzysztof Adamski (kadamski) wrote :

I've got some new informations - looks like It's related to the PySignal_SetWakeupFd function from CPython:
http://docs.python.org/dev/c-api/exceptions.html#PySignal_SetWakeupFd. From my understanding, it seams that the bug only exists with Python 2.6 (i didn't test it, however). It is quite clear for me now that this is not Moovida bug and I think the problem is in pygobject/pygtk:
http://bugzilla.gnome.org/show_bug.cgi?id=481569

I'm using:
Python 2.6.9
pygobject 2.16.1
pygtk 2.14.1

I'm going to try never versions of pygtk/pygobject to see if anything changes.