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 Mathias Fröjdman
Recipients Mathias Fröjdman, gvanrossum, vstinner, yselivanov
Date 2015-08-05.12:47:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438778841.72.0.87591025758.issue24795@psf.upfronthosting.co.za>
In-reply-to
Content
(Just noticed http://bugs.python.org/issue19860, which I originally failed to notice when just searching for "asyncio loop" and not context manager)

Anyway, in recent Python/asyncio versions, failing to close the event loop before exiting whole the process can cause problems, so I think the case is valid now.
History
Date User Action Args
2015-08-05 12:47:22Mathias Fröjdmansetrecipients: + Mathias Fröjdman, gvanrossum, vstinner, yselivanov
2015-08-05 12:47:21Mathias Fröjdmansetmessageid: <1438778841.72.0.87591025758.issue24795@psf.upfronthosting.co.za>
2015-08-05 12:47:21Mathias Fröjdmanlinkissue24795 messages
2015-08-05 12:47:18Mathias Fröjdmancreate