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 vstinner
Recipients eric.snow, vstinner
Date 2018-12-06.00:16:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544055365.12.0.788709270274.issue35423@psf.upfronthosting.co.za>
In-reply-to
Content
In the master branch, the signal handler only uses pending calls to report error on writing into the "wakeup_fd" (fd or socket handle):

commit c08177a1ccad2ed0d50898c2731b518c631aed14
Author: Antoine Pitrou <pitrou@free.fr>
Date:   Wed Jun 28 23:29:29 2017 +0200

    bpo-30703: Improve signal delivery (#2415)
History
Date User Action Args
2018-12-06 00:16:05vstinnersetrecipients: + vstinner, eric.snow
2018-12-06 00:16:05vstinnersetmessageid: <1544055365.12.0.788709270274.issue35423@psf.upfronthosting.co.za>
2018-12-06 00:16:05vstinnerlinkissue35423 messages
2018-12-06 00:16:05vstinnercreate