Kaydet (Commit) 199e3f8b authored tarafından Martin Panter's avatar Martin Panter

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

üst 57a01d3a
...@@ -22,9 +22,6 @@ explicitly reset (Python emulates the BSD style interface regardless of the ...@@ -22,9 +22,6 @@ explicitly reset (Python emulates the BSD style interface regardless of the
underlying implementation), with the exception of the handler for underlying implementation), with the exception of the handler for
:const:`SIGCHLD`, which follows the underlying implementation. :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 Execution of Python signal handlers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment