James Henstridge <[EMAIL PROTECTED]> writes:

> As for doing a python no op, I have no idea how python triggers the
> calling of signal handlers

The signal handlers are queued up somewhere; Python will empty the
queue as soon as it gets the chance -- I'm certain of that.  A no-op
would be quite sufficient for that.

> (does it have anything to do with the threading code?).

I don't think so, no.
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to