Issue #14456: Remove contradiction about blocking signals from bad merge

This commit is contained in:
Martin Panter 2016-04-11 02:44:34 +00:00
parent 57a01d3a0e
commit 199e3f8b96
1 changed files with 0 additions and 3 deletions

View 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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^