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, msornay, r.david.murray, sss, vstinner, yselivanov
Date 2016-11-15.18:53:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJKA-mNp0uERuZ1aOv2+HZjQWGLoNFytPmbbphSr+qyrKA@mail.gmail.com>
In-reply-to <1479234366.28.0.416265310372.issue27585@psf.upfronthosting.co.za>
Content
Looks like create_waiter() entered the with-statement but didn't leave it
properly due to the cancellation, right? @1st1 any idea? async with bug or
asyncio bug?
History
Date User Action Args
2016-11-15 18:53:08gvanrossumsetrecipients: + gvanrossum, vstinner, r.david.murray, yselivanov, msornay, sss
2016-11-15 18:53:08gvanrossumlinkissue27585 messages
2016-11-15 18:53:08gvanrossumcreate