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 kmaork
Recipients Zhibin Dong, asvetlov, kmaork, yselivanov
Date 2020-02-23.22:18:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582496287.36.0.630020349206.issue39622@roundup.psfhosted.org>
In-reply-to
Content
After opening the PR, I see that add_signal_handler is not supported on non-unix event loop. After looking at the code, it seems there is no problem to implement it for other platforms, as it relies on signal.set_wakeup_fd() which seems to support all platforms. Should I open an enhancement issue for implementing add_signal_handler for all platforms?
History
Date User Action Args
2020-02-23 22:18:07kmaorksetrecipients: + kmaork, asvetlov, yselivanov, Zhibin Dong
2020-02-23 22:18:07kmaorksetmessageid: <1582496287.36.0.630020349206.issue39622@roundup.psfhosted.org>
2020-02-23 22:18:07kmaorklinkissue39622 messages
2020-02-23 22:18:07kmaorkcreate