[Python-bugs-list] [ python-Bugs-502077 ] signal module should include SIGINFO

noreply@sourceforge.net noreply@sourceforge.net
Thu, 10 Jan 2002 14:26:04 -0800


Bugs item #502077, was opened at 2002-01-10 14:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=502077&group_id=5470

Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Eric Huss (ehuss)
Assigned to: Nobody/Anonymous (nobody)
Summary: signal module should include SIGINFO

Initial Comment:
It would be nice if the signal module included SIGINFO 
(a BSD thing).

#ifdef SIGINFO
  x = PyInt_FromLong(SIGINFO);
  PyDict_SetItemString(d, "SIGINFO", x);
        Py_XDECREF(x);
#endif



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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=502077&group_id=5470