[issue44968] Fix/remove test_subprocess_wait_no_same_group from test_asyncio tests

Serhiy Storchaka report at bugs.python.org
Sun Aug 22 04:04:54 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Thank you for your report Ryan. Indeed, there was a bug introduced during refactoring (one unneeded "yield" was kept), and there was a bug before refactoring (the transport was not closed).

I'll open a new issue about "Unknown child process pid".

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44968>
_______________________________________


More information about the Python-bugs-list mailing list