diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-01-03 14:07:02 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-01-03 14:07:02 +0000 |
| commit | 302646e6d0eba9a79c8adf52e67ec31f214726d9 (patch) | |
| tree | 8ab7a4889b6d748feb14d0b1e7a47e688c1b64d6 /ChangeLog | |
| parent | e624121ffa7ece38d111448ca5064d0528101967 (diff) | |
Backport from trunk:
2008-01-03 Johan Dahlin <johan@gnome.org>
Backport from trunk:
* 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=/branches/pygobject-2-14/; revision=724
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> + + Backport from trunk: + + * 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 + 2007-10-16 Damien Carbery <damien.carbery@sun.com> reviewed by: Johan Dahlin. |
