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 yselivanov
Recipients asvetlov, giampaolo.rodola, gvanrossum, njs, yselivanov
Date 2018-01-26.02:07:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516932468.97.0.467229070634.issue32591@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-01-26 02:07:49yselivanovsetrecipients: + yselivanov, gvanrossum, giampaolo.rodola, njs, asvetlov
2018-01-26 02:07:48yselivanovsetmessageid: <1516932468.97.0.467229070634.issue32591@psf.upfronthosting.co.za>
2018-01-26 02:07:48yselivanovlinkissue32591 messages
2018-01-26 02:07:48yselivanovcreate