Message346346
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. |
|
Date |
User |
Action |
Args |
2019-06-23 22:59:00 | cr1901 | set | recipients:
+ cr1901, paul.moore, tim.golden, asvetlov, zach.ware, yselivanov, steve.dower |
2019-06-23 22:59:00 | cr1901 | set | messageid: <1561330740.88.0.251088897426.issue37381@roundup.psfhosted.org> |
2019-06-23 22:59:00 | cr1901 | link | issue37381 messages |
2019-06-23 22:59:00 | cr1901 | create | |
|