From 199e3f8b96c7576e400def369624ca78c97afec8 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Mon, 11 Apr 2016 02:44:34 +0000 Subject: [PATCH] Issue #14456: Remove contradiction about blocking signals from bad merge --- Doc/library/signal.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index e3efc8bd935..98eb7fdf209 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^