Skip to content

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

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

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

Conversation

@miss-islington

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

Copy link
Copy Markdown
Contributor

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 1487cd1 into python:3.6 Apr 4, 2018
@miss-islington

Copy link
Copy Markdown
Contributor Author

Thanks!

@miss-islington miss-islington deleted the backport-2eeac26-3.6 branch April 4, 2018 17:19
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