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 vstinner
Recipients asvetlov, stefan, vstinner, yselivanov
Date 2019-01-04.22:27:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546640835.58.0.0577928189113.issue35635@roundup.psfhosted.org>
In-reply-to
Content
> 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?
History
Date User Action Args
2019-01-04 22:27:17vstinnersetrecipients: + vstinner, stefan, asvetlov, yselivanov
2019-01-04 22:27:15vstinnersetmessageid: <1546640835.58.0.0577928189113.issue35635@roundup.psfhosted.org>
2019-01-04 22:27:15vstinnerlinkissue35635 messages
2019-01-04 22:27:15vstinnercreate