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 aba
Recipients aba, gregory.p.smith, gvanrossum, neologix, vstinner
Date 2013-12-03.08:36:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386059801.4.0.872118194562.issue19850@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is fine, but it is hard to rely on it to prevent bugs from happening because that requires cooperation from all modules registering signal handlers.

Anyway it facilitates reusing code that was not written for an event-driven context (and many will do that through .run_in_executor()). If the patch is accepted, it would be wise to write a note in .run_in_executor()'s doc saying that asyncio uses SA_RESTART by default in all its handler and that EINTR is prevented *as long as* no other handlers are registered elsewhere.
History
Date User Action Args
2013-12-03 08:36:41abasetrecipients: + aba, gvanrossum, gregory.p.smith, vstinner, neologix
2013-12-03 08:36:41abasetmessageid: <1386059801.4.0.872118194562.issue19850@psf.upfronthosting.co.za>
2013-12-03 08:36:41abalinkissue19850 messages
2013-12-03 08:36:40abacreate