Re: [Python-Dev] Python signal processing question

2010-07-19 Thread Scott McCarty
g.python) news group/mailing list is the best 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 Mo

[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 kno