[PATCH] Re: signal handler should only be called with 2 args

Nicolas Sebrecht nicolas.s-dev at laposte.net
Tue Feb 15 18:23:20 UTC 2011


On Mon, Feb 14, 2011 at 03:52:07PM +0100, Sebastian Spaeth wrote:
> 
> I accidentally added "self" as first parameter to the signal handler
> method. Of course it is not called with a class instance, the signal
> handler always only receives 2 parameters: the signal number and the
> stack frame. So just removing the self fixes things.
> 
> Spotted and proposed correct fix by Christian Holme <cholme at gmx.com>.

Thanks. I just changed the above line to the more conventional

  Proposed-by: Christian Holme <cholme at gmx.com>

(who should be cc'ed).

-- 
Nicolas Sebrecht



More information about the OfflineIMAP-project mailing list