Hi,

In C, a signal handler function has only one parameter, that is signal number.
But in Python(import signal), a signal handler function has two
parameters, the first is signal number, the second is "frame"?

What is "frame", please?

Thank you!


-- 
LinuX Power
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to