commit | 553e10498ac2020e9abdb5302c91bfb235925cef | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Jun 21 00:57:07 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Jun 21 00:57:07 2021 -0700 |
tree | 47ea017b8beb9873c9a129d83ef4d032efc3679d | |
parent | ccc95c7b4799570c2d7e4de3d579860ad833e1f8 [diff] |
bpo-44469: Fix tests for "async with" with bad object (GH-26817) Test for execution of the body was null. It would pass even if the code which should be skipped was executed. (cherry picked from commit 5d2b3a0d688cf8a33db3d266c9e7049c13766a4c) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>