[Python-bugs-list] [ python-Bugs-762198 ] bug in signal.signal -- raises SystemError
SourceForge.net
noreply@sourceforge.net
Fri, 27 Jun 2003 17:04:03 -0700
Bugs item #762198, was opened at 2003-06-28 00:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=762198&group_id=5470
Category: Python Library
Group: Python 2.2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Jim McCoy (mccoy)
Assigned to: Nobody/Anonymous (nobody)
Summary: bug in signal.signal -- raises SystemError
Initial Comment:
Summary pretty much says it all. Using Py2.2.3, win2k
(sp4), and twisted 1.0.5 and the call that is triggering the
error is as follows:
signal.signal(signal.SIGINT, self.sigInt)
returns "SystemError: error return without exception set"
The twisted gang has tracked it down to a C error of some
sort here...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=762198&group_id=5470