Skip to content

[3.7] bpo-29922: Improve error messages in 'async with' (GH-6352)#6353

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-a68f2f0-3.7
Apr 4, 2018
Merged

[3.7] bpo-29922: Improve error messages in 'async with' (GH-6352)#6353
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-a68f2f0-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Apr 2, 2018

when aenter() or aexit() return non-awaitable object.
(cherry picked from commit a68f2f0)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

https://bugs.python.org/issue29922

when __aenter__() or __aexit__() return non-awaitable object.
(cherry picked from commit a68f2f0)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@serhiy-storchaka: Backport status check is done, and it's a success ✅ .

@miss-islington
Copy link
Copy Markdown
Contributor Author

Thanks!

@miss-islington miss-islington deleted the backport-a68f2f0-3.7 branch April 4, 2018 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants