Ticket #4286 defect closed fixed
Gtk2 and Glib2 reactor on Python 2.5 and earlier cause problems with interrupted syscalls
| Reported by: | exarkun | Owned by: | itamar |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
#733 fixed most of Twisted to play nicely with respect to signal handlers and interrupted syscalls, but failed to fix the problem for Gtk2 and Glib2 reactor.
This could be fixed by having these reactors explicitly select twisted.internet._sigchld as the way to handle SIGCHLD.
Change History
Note: See
TracTickets for help on using
tickets.
