mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
This adds signal.set_wakeup_fd(fd) which sets a file descriptor to which a zero byte will be written whenever a C exception handler runs. I added a simple C API as well, PySignal_SetWakeupFd(fd). |
||
|---|---|---|
| .. | ||
| abstract.rst | ||
| concrete.rst | ||
| exceptions.rst | ||
| index.rst | ||
| init.rst | ||
| intro.rst | ||
| memory.rst | ||
| newtypes.rst | ||
| refcounting.rst | ||
| utilities.rst | ||
| veryhigh.rst | ||