[spambayes-bugs] [ spambayes-Bugs-790757 ] signal handler created with wrong # of args

SourceForge.net noreply at sourceforge.net
Wed Jul 14 12:04:07 CEST 2004


Bugs item #790757, was opened at 2003-08-19 07:27
Message generated for change (Comment added) made by anadelonbrin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=790757&group_id=61702

Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Real Name (assworth)
Assigned to: Nobody/Anonymous (nobody)
Summary: signal handler created with wrong # of args

Initial Comment:
Line 102 of mailsort.py reads:
    signal.signal(signal.SIGALRM, lambda s: sys.exit(1))
but should read:
    signal.signal(signal.SIGALRM, lambda s, f: sys.exit(1))


----------------------------------------------------------------------

>Comment By: Tony Meyer (anadelonbrin)
Date: 2004-07-14 22:04

Message:
Logged In: YES 
user_id=552329

This is very old, but appears correct to me, so checking
this in.

Thanks - belatedly!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498103&aid=790757&group_id=61702


More information about the Spambayes-bugs mailing list