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 cr1901
Recipients asvetlov, cr1901, paul.moore, steve.dower, tim.golden, yselivanov, zach.ware
Date 2019-06-23.22:59:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561330740.88.0.251088897426.issue37381@roundup.psfhosted.org>
In-reply-to
Content
Update: It turns out multiple spawned subprocesses are NOT required. If I replace "(short_fut, _) = await spawn()" with "short_fut = asyncio.ensure_future(asyncio.sleep(4))", the hang still occurs.
History
Date User Action Args
2019-06-23 22:59:00cr1901setrecipients: + cr1901, paul.moore, tim.golden, asvetlov, zach.ware, yselivanov, steve.dower
2019-06-23 22:59:00cr1901setmessageid: <1561330740.88.0.251088897426.issue37381@roundup.psfhosted.org>
2019-06-23 22:59:00cr1901linkissue37381 messages
2019-06-23 22:59:00cr1901create