CPython Signal Handler Check for SIGKILL

Nobody nobody at nowhere.com
Mon Jul 19 14:49:15 EDT 2010


On Mon, 19 Jul 2010 20:06:16 +0200, Antoine Pitrou wrote:

> So, in short, Python doesn't check SIGKILL by itself. It's just
> forbidden by the underlying C standard library,

Actually, it's forbidden by the kernel. The C library just passes along
the error to Python, which just passes it to the application.




More information about the Python-list mailing list