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 asvetlov
Recipients asvetlov, epiphyte, jnwatson, xtreak, yselivanov
Date 2018-09-26.08:01:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537948901.6.0.545547206417.issue34679@psf.upfronthosting.co.za>
In-reply-to
Content
In my opinion, we should don't change the behavior.
Signal handlers should be processed in main thread at the end, that's how Python works for regular synchronous API.

Mentioning it in the doc makes sense.

Would you make a pull request?
History
Date User Action Args
2018-09-26 08:01:41asvetlovsetrecipients: + asvetlov, yselivanov, jnwatson, xtreak, epiphyte
2018-09-26 08:01:41asvetlovsetmessageid: <1537948901.6.0.545547206417.issue34679@psf.upfronthosting.co.za>
2018-09-26 08:01:41asvetlovlinkissue34679 messages
2018-09-26 08:01:41asvetlovcreate