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 gregory.p.smith, gvanrossum, neologix, vstinner
Date 2013-12-02.11:07:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385982430.04.0.220107021652.issue19850@psf.upfronthosting.co.za>
In-reply-to
Content
asyncio_sa_restart.diff looks good to me, it cannot make the situation worse.

signal.siginterrupt() looks to be available on all non-Windows buildbots and working correctly: test_signal tests it and the test pass.
History
Date User Action Args
2013-12-02 11:07:10vstinnersetrecipients: + vstinner, gvanrossum, gregory.p.smith, neologix
2013-12-02 11:07:10vstinnersetmessageid: <1385982430.04.0.220107021652.issue19850@psf.upfronthosting.co.za>
2013-12-02 11:07:10vstinnerlinkissue19850 messages
2013-12-02 11:07:09vstinnercreate