]> granicus.if.org Git - python/commitdiff
Issue #14456: Remove contradiction about blocking signals from bad merge
authorMartin Panter <vadmium+py@gmail.com>
Mon, 11 Apr 2016 02:44:34 +0000 (02:44 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Mon, 11 Apr 2016 02:44:34 +0000 (02:44 +0000)
Doc/library/signal.rst

index e3efc8bd935babd0b014dfb3a7410b6f1f2e63db..98eb7fdf209f7a82371c6154caf517a20d184229 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^