commit | 785f36c876721c12f653371e9893527a25140624 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Apr 04 09:28:46 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 04 09:28:46 2018 -0700 |
tree | c0cba0ad31e4748f1a78a60c40e27bd30c49166e | |
parent | fcd4e03e08a2d4ec1cde17beb66e2b22a052500f [diff] |
bpo-29922: Add more tests for error messages in 'async with'. (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 2eeac269dd1e04a2a179384576986c3e47895ee0) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>