Python stdlib module — signal. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.alarm()Neutralalarm(seconds)
Arrange for SIGALRM to arrive after the given number of seconds.
.default_int_handler()Neutraldefault_int_handler(signalnum, frame)
The default handler for SIGINT installed by Python.
.pidfd_send_signal()Neutralpidfd_send_signal(pidfd, signalnum, siginfo, flags)
Send a signal to a process referred to by a pid file descriptor.
.pthread_sigmask()Neutralpthread_sigmask(how, mask)
Fetch and/or change the signal mask of the calling thread.
.set_wakeup_fd()Neutralset_wakeup_fd()
set_wakeup_fd(fd, *, warn_on_full_buffer=True) -> fd
| FQN | Field | |
|---|---|---|
| signal | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import signal