diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-01-03 13:57:26 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-01-03 13:57:26 +0000 |
| commit | cfd76f191021714d6cc3eb13d84acd101202004a (patch) | |
| tree | d0ae84e59977eee7cc7d17ab8887fb753c65faae /ChangeLog | |
| parent | 514f75b39212d5b252bc1e8e7e7a430aeaff8f59 (diff) | |
| download | pygobject-cfd76f191021714d6cc3eb13d84acd101202004a.tar.gz pygobject-cfd76f191021714d6cc3eb13d84acd101202004a.tar.xz pygobject-cfd76f191021714d6cc3eb13d84acd101202004a.zip | |
Reviewed by: Gustavo
2008-01-03 Johan Dahlin <johan@gnome.org>
Reviewed by: Gustavo
* configure.ac:
* gobject/pygmainloop.c (pyg_signal_watch_prepare): Optinally
use PySignal_SetWakeupFd to avoid having to do a timeout to find
out if there are any pending signals from python.
Fixes #481569
svn path=/trunk/; revision=723
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-01-03 Johan Dahlin <johan@gnome.org> + + Reviewed by: Gustavo + + * configure.ac: + * gobject/pygmainloop.c (pyg_signal_watch_prepare): Optinally + use PySignal_SetWakeupFd to avoid having to do a timeout to find + out if there are any pending signals from python. + Fixes #481569 + 2008-01-02 Sebastian Rittau <srittau@jroger.in-berlin.de> * gobject/gobjectmodule.c |
