]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Aug 2021 20:29:18 +0000 (13:29 -0700)
committerGitHub <noreply@github.com>
Sat, 21 Aug 2021 20:29:18 +0000 (13:29 -0700)
commitd5781e973079a20b2370686d6e080316d6c9f90d
tree94b974141ad377ffd9949e8ddd2d4228af4cf409
parent7ef0673de48958bc3a75af5f152564bd2dffa8dd
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)

The code of the test was never executed because the test function
was unintentionally converted to a generator function.
(cherry picked from commit 585390fdd8661b4bc08bdfc27551292da9b4b9b8)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_asyncio/test_events.py