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, haxor, jnwatson, xtreak, yselivanov
Date 2019-07-09.11:08:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562670531.23.0.340571257121.issue34679@roundup.psfhosted.org>
In-reply-to
Content
Good point.
For proactor event loop set_wakeup_fd() is used for Ctrl+C handling.
Skipping this call for non-main thread in proactor implementation makes sense.
History
Date User Action Args
2019-07-09 11:08:51asvetlovsetrecipients: + asvetlov, yselivanov, jnwatson, xtreak, epiphyte, haxor
2019-07-09 11:08:51asvetlovsetmessageid: <1562670531.23.0.340571257121.issue34679@roundup.psfhosted.org>
2019-07-09 11:08:51asvetlovlinkissue34679 messages
2019-07-09 11:08:50asvetlovcreate