http://hg.python.org/peps/rev/13f1bc1df1ce changeset: 4356:13f1bc1df1ce user: Georg Brandl <georg at python.org> date: Sat May 05 17:58:14 2012 +0200 summary: PEP 419: update from Paul. files: pep-0419.txt | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pep-0419.txt b/pep-0419.txt --- a/pep-0419.txt +++ b/pep-0419.txt @@ -310,6 +310,9 @@ explicitly. An example of such code might be a file-based lock implementation. +:func:`signal.pthread_sigmask` can be used to block signals inside +cleanup handlers which can be interrupted with ``EINTR``. + Setting Interruption Context Inside Finally Itself -------------------------------------------------- @@ -500,6 +503,9 @@ .. [4] Original discussion http://mail.python.org/pipermail/python-ideas/2012-April/014705.html +.. [5] Issue #14730: Implementation of the PEP 419 + http://bugs.python.org/issue14730 + Copyright ========= -- Repository URL: http://hg.python.org/peps