Yury Selivanov <[email protected]> added the comment:
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
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue32591>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com