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 vstinner
Recipients gvanrossum, mark.dickinson, python-dev, vstinner, yselivanov
Date 2014-06-03.23:47:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401839235.99.0.973324537467.issue21326@psf.upfronthosting.co.za>
In-reply-to
Content
Attached asyncio_closed_py34.patch: minimum patch to fix this issue. run_forever() and run_until_complete() raises a RuntimeError if the event loop was closed.

The patch only uses the private attribute BaseEventLoop._closed in the BaseEventLoop class, not outside.
History
Date User Action Args
2014-06-03 23:47:16vstinnersetrecipients: + vstinner, gvanrossum, mark.dickinson, python-dev, yselivanov
2014-06-03 23:47:15vstinnersetmessageid: <1401839235.99.0.973324537467.issue21326@psf.upfronthosting.co.za>
2014-06-03 23:47:15vstinnerlinkissue21326 messages
2014-06-03 23:47:15vstinnercreate