signal.sigpending()

signal.sigpending()

Examine the set of signals that are pending for delivery to the calling thread (i.e., the signals which have been raised while blocked). Return the set of the pending signals.

Availability: Unix (see the man page sigpending(2) for further information).

See also pause(), pthread_sigmask() and sigwait().

New in version 3.3.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.