[Python-Dev] Python signal processing question

2010-07-19 Thread Scott McCarty
All, I have searched everywhere (mostly the code and a little google) and I cannot understand where the SIGKILL signal gets checked when it is set as a handler. I have scoured the Modules/signalmodule.c only to find two instances of the RuntimeError exception, but I cannot understand how python

Re: [Python-Dev] Python signal processing question

2010-07-19 Thread Scott McCarty
place. See http://www.python.org/community/ for other lists/news groups/fora. Thank you for understanding. Regarding SIGKILL - read man kill carefully. Or better yet, a Unix programmer guide. On Mon, Jul 19, 2010 at 12:11:10PM -0400, Scott McCarty wrote: All, I have searched everywhere