[issue34679] asyncio.add_signal_handler call fails if not on main thread

Kyle Stanley report at bugs.python.org
Sat Aug 24 16:17:48 EDT 2019


Kyle Stanley <aeros167 at gmail.com> added the comment:

> Skipping this call for non-main thread in proactor implementation makes sense.

How do we identify whether or not set_wakeup_fd() is being called from a non-main thread?

----------
nosy: +aeros167

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34679>
_______________________________________


More information about the Python-bugs-list mailing list