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 gvanrossum
Recipients brotherBox, gvanrossum, yselivanov
Date 2016-11-07.02:34:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478486040.71.0.701268479134.issue28628@psf.upfronthosting.co.za>
In-reply-to
Content
Hm... We've seen this exact same crash reported several times before, and it was closed without a fix AFAICT each time.

- https://github.com/python/asyncio/issues/396
- http://bugs.python.org/issue23548

IIUC the conclusion in the latter was that this is due to a bug in the user code (forgetting to close() the event loop).
History
Date User Action Args
2016-11-07 02:34:00gvanrossumsetrecipients: + gvanrossum, yselivanov, brotherBox
2016-11-07 02:34:00gvanrossumsetmessageid: <1478486040.71.0.701268479134.issue28628@psf.upfronthosting.co.za>
2016-11-07 02:34:00gvanrossumlinkissue28628 messages
2016-11-07 02:34:00gvanrossumcreate