STINNER Victor <vstin...@redhat.com> added the comment:

> Am I missing something ? Given the complexity of this, I would expect this to 
> be better documented in the sections explaining how `asyncio.subprocess` and 
> `threading` interact.

The current documentation says:

"To handle signals and to execute subprocesses, the event loop must be run in 
the main thread."

https://docs.python.org/dev/library/asyncio-dev.html#concurrency-and-multithreading

But I agree that the doc can be enhanced :-) Do you have suggestions?

----------
nosy: +vstinner

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35635>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to