diff options
-rw-r--r-- | Doc/library/signal.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index e3efc8b..98eb7fd 100644 --- a/Doc/library/signal.rst +++ b/Doc/library/signal.rst @@ -22,9 +22,6 @@ explicitly reset (Python emulates the BSD style interface regardless of the underlying implementation), with the exception of the handler for :const:`SIGCHLD`, which follows the underlying implementation. -There is no way to "block" signals temporarily from critical sections (since -this is not supported by all Unix flavors). - Execution of Python signal handlers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |