]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Aug 2021 20:09:08 +0000 (23:09 +0300)
committerGitHub <noreply@github.com>
Sat, 21 Aug 2021 20:09:08 +0000 (23:09 +0300)
commit585390fdd8661b4bc08bdfc27551292da9b4b9b8
treee3fbcb982e4671df607dfbe1addfdce9ee02a8ff
parent15a64d89a31b7e91f0361c305b7b27d8761db93d
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.
Lib/test/test_asyncio/test_events.py