[issue19310] asyncio: fix waitpid() logic

Antoine Pitrou report at bugs.python.org
Sun Oct 20 21:59:06 CEST 2013


Antoine Pitrou added the comment:

Unrelated, but transp._process_exited will be called from the main thread even if the loop is running from another thread. Shouldn't call_soon_threadsafe be used here?

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19310>
_______________________________________


More information about the Python-bugs-list mailing list