]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44469: Fix tests for "async with" with bad object (GH-26817)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Jun 2021 07:21:59 +0000 (10:21 +0300)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 07:21:59 +0000 (10:21 +0300)
commit5d2b3a0d688cf8a33db3d266c9e7049c13766a4c
tree8a6fdb152c663c76248f62d4311cfcdb32a3656e
parenta317778fd58b1c6b250feffbdb4ecf15e293ef48
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.
Lib/test/test_coroutines.py