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 ncoghlan
Recipients Spencer Brown, benjamin.peterson, ellingtonjp, ncoghlan, ned.deily, python-dev, rhettinger, serhiy.storchaka, xiang.zhang, yselivanov
Date 2017-04-04.15:13:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491318782.66.0.300434526689.issue27100@psf.upfronthosting.co.za>
In-reply-to
Content
Reviewing the discussion, I assume this was left open to cover reordering the __aenter__ and __aexit__ checks for async with, but that can just as easily be handled as a separate issue (which would also be clearer at the NEWS level).
History
Date User Action Args
2017-04-04 15:13:02ncoghlansetrecipients: + ncoghlan, rhettinger, benjamin.peterson, ned.deily, python-dev, serhiy.storchaka, yselivanov, xiang.zhang, Spencer Brown, ellingtonjp
2017-04-04 15:13:02ncoghlansetmessageid: <1491318782.66.0.300434526689.issue27100@psf.upfronthosting.co.za>
2017-04-04 15:13:02ncoghlanlinkissue27100 messages
2017-04-04 15:13:02ncoghlancreate