This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients felipecruz, neologix, pitrou, python-dev, vstinner
Date 2013-08-17.18:33:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cHVQG3xtWzQPM@mail.python.org>
In-reply-to
Content
New changeset e2b234f5bf7d by Antoine Pitrou in branch 'default':
Issue #16105: When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error.
http://hg.python.org/cpython/rev/e2b234f5bf7d
History
Date User Action Args
2013-08-17 18:33:11python-devsetrecipients: + python-dev, pitrou, vstinner, neologix, felipecruz
2013-08-17 18:33:11python-devlinkissue16105 messages
2013-08-17 18:33:11python-devcreate