[Python-bugs-list] [ python-Bugs-502077 ] signal module should include SIGINFO
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 10 Jan 2002 23:38:17 -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
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2002-01-10 23:38
Message:
Logged In: YES
user_id=21627
Can you produce a complete list of signals that are
available in the most recent BSD but not recognized by
Python? Experience tells that platform-specific things
always come in larger sets.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=502077&group_id=5470