Padraig O'Briain wrote: > The webrev http://cr.opensolaris.org/~padraig/ips-6019-v1/ fixes > bug 6109 ctrl-c hangs packagemanager > > The fix is to define a signal handler for SIGINT.
You've overcomplicated this way too much. All you need to do is trap the KeyboardInterrupt exception that Python will raise when this happens. -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
