Message310726
The following snippet crashes with SIGABRT:
import asyncio
async def f(): pass
asyncio.gather(f())
llvm tells that the crash is in _PyGen_Finalize/_PyErr_WarnUnawaitedCoroutine |
|
Date |
User |
Action |
Args |
2018-01-26 02:07:49 | yselivanov | set | recipients:
+ yselivanov, gvanrossum, giampaolo.rodola, njs, asvetlov |
2018-01-26 02:07:48 | yselivanov | set | messageid: <1516932468.97.0.467229070634.issue32591@psf.upfronthosting.co.za> |
2018-01-26 02:07:48 | yselivanov | link | issue32591 messages |
2018-01-26 02:07:48 | yselivanov | create | |
|