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 cannedrag
Recipients cannedrag, yselivanov, zach.ware
Date 2017-10-20.23:45:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508543158.9.0.213398074469.issue31832@psf.upfronthosting.co.za>
In-reply-to
Content
Zachary,

Thank you for your response. I had the impression that async comprehensions are a bridge between async functions and non-async functions. Is there a wat to use async (and asyncio) and then go back to regular python? Or am I just wishful thinking? :-)

For example, it would be nice to start multiple processes through asyncio.create_subprocess_exec (or _shell) await twice and then process all the output in "traditional" (i.e., non-async) Python.

Cheers :),
Cannedrag
History
Date User Action Args
2017-10-20 23:45:58cannedragsetrecipients: + cannedrag, zach.ware, yselivanov
2017-10-20 23:45:58cannedragsetmessageid: <1508543158.9.0.213398074469.issue31832@psf.upfronthosting.co.za>
2017-10-20 23:45:58cannedraglinkissue31832 messages
2017-10-20 23:45:58cannedragcreate