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, larry, pitrou, vstinner
Date 2013-12-02.20:18:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386015536.91.0.716844095791.issue19860@psf.upfronthosting.co.za>
In-reply-to
Content
But there is Antoine's point.  This makes

  with get_event_loop() as loop:
      <do stuff with loop>

an attractive nuisance if it's used in the wrong place.
History
Date User Action Args
2013-12-02 20:18:56gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, larry
2013-12-02 20:18:56gvanrossumsetmessageid: <1386015536.91.0.716844095791.issue19860@psf.upfronthosting.co.za>
2013-12-02 20:18:56gvanrossumlinkissue19860 messages
2013-12-02 20:18:56gvanrossumcreate