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 jdemeyer
Recipients Rhamphoryncus, jdemeyer
Date 2019-04-11.11:01:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554980500.93.0.453977354447.issue36601@roundup.psfhosted.org>
In-reply-to
Content
Also note that the documentation of the signal module already has the correct wording:

Python signal handlers are always executed in the main Python thread, even if the signal was received in another thread.
History
Date User Action Args
2019-04-11 11:01:40jdemeyersetrecipients: + jdemeyer, Rhamphoryncus
2019-04-11 11:01:40jdemeyersetmessageid: <1554980500.93.0.453977354447.issue36601@roundup.psfhosted.org>
2019-04-11 11:01:40jdemeyerlinkissue36601 messages
2019-04-11 11:01:40jdemeyercreate