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 vajrasky
Recipients pitrou, vajrasky
Date 2013-08-18.00:14:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376784841.45.0.79172750551.issue18773@psf.upfronthosting.co.za>
In-reply-to
Content
When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, an exception does not report which the file descriptor is the problematic one.

Attached the patch to put the file descriptor in the aforementioned exception and modify the unit test accordingly.
History
Date User Action Args
2013-08-18 00:14:02vajraskysetrecipients: + vajrasky, pitrou
2013-08-18 00:14:01vajraskysetmessageid: <1376784841.45.0.79172750551.issue18773@psf.upfronthosting.co.za>
2013-08-18 00:14:01vajraskylinkissue18773 messages
2013-08-18 00:14:01vajraskycreate