Skip to content

[3.7] bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)#6371

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

[3.7] bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)#6371
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-2eeac26-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

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

Different paths are executed for normal exit and for leaving
the 'async with' block with 'break', 'continue' or 'return'.
(cherry picked from commit 2eeac26)

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

https://bugs.python.org/issue29922

…GH-6370)

Different paths are executed for normal exit and for leaving
the 'async with' block with 'break', 'continue' or 'return'.
(cherry picked from commit 2eeac26)

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 miss-islington merged commit 785f36c into python:3.7 Apr 4, 2018
@miss-islington
Copy link
Copy Markdown
Contributor Author

Thanks!

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

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants