about second parameter of signal handler func.

Marco marco at waven.com
Mon Mar 26 21:58:29 EDT 2007


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



More information about the Python-list mailing list