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, dantimofte, ned.deily, ronaldoussoren, yselivanov
Date 2019-04-17.13:07:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555506457.09.0.47545288493.issue36626@roundup.psfhosted.org>
In-reply-to
Content
Technically signal handlers are called from main thread, while loop can be executed in another one.
*In general* `call_soon_threadsafe()` is the correct solution.
Also, it works fine just now with Python 3.5+

Let's close as won't fix
History
Date User Action Args
2019-04-17 13:07:37asvetlovsetrecipients: + asvetlov, ronaldoussoren, ned.deily, yselivanov, dantimofte
2019-04-17 13:07:37asvetlovsetmessageid: <1555506457.09.0.47545288493.issue36626@roundup.psfhosted.org>
2019-04-17 13:07:37asvetlovlinkissue36626 messages
2019-04-17 13:07:36asvetlovcreate