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 gvanrossum, mark.dickinson
Date 2014-04-22.14:33:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398177190.89.0.837362173816.issue21326@psf.upfronthosting.co.za>
In-reply-to
Content
Hm, I've never hear from someone who did this before. It might be easy to fix, but it would be ugly too (every EventLoop method would have to check this), and not very useful (you'll only make this mistake once in your life).

How much time did you waste debugging this?

Maybe we can just change repr(loop) to make it clear that it's closed?
History
Date User Action Args
2014-04-22 14:33:10gvanrossumsetrecipients: + gvanrossum, mark.dickinson
2014-04-22 14:33:10gvanrossumsetmessageid: <1398177190.89.0.837362173816.issue21326@psf.upfronthosting.co.za>
2014-04-22 14:33:10gvanrossumlinkissue21326 messages
2014-04-22 14:33:10gvanrossumcreate