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, torsten, vstinner, yselivanov
Date 2014-11-27.23:42:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwa6rExgTm_woQha_2sLLVNhNS2Pzipn0=8stJ18p7huFg@mail.gmail.com>
In-reply-to <1417129278.29.0.87686564756.issue22922@psf.upfronthosting.co.za>
Content
> If the decision is to go this path I would also suggest to add a new exception type for "Event loop is closed" so that it can be caught in client code.

I don't see the purpose of handling such exception. It's an obvious
bug, you must not handle bugs :)
History
Date User Action Args
2014-11-27 23:42:11vstinnersetrecipients: + vstinner, gvanrossum, torsten, yselivanov
2014-11-27 23:42:10vstinnerlinkissue22922 messages
2014-11-27 23:42:10vstinnercreate