[issue37263] spawn asyncio subprocesses in a thread pool

2020-09-21 Thread Irit Katriel
Change by Irit Katriel : -- components: +asyncio nosy: +yselivanov type: -> performance ___ Python tracker ___ ___ Python-bugs-list

[issue37263] spawn asyncio subprocesses in a thread pool

2019-06-13 Thread Andrew Svetlov
New submission from Andrew Svetlov : Subprocess starting can be a long blocking operation, see https://github.com/python-trio/trio/issues/1109 for discussion -- messages: 345472 nosy: asvetlov priority: normal severity: normal status: open title: spawn asyncio subprocesses in a thread