This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rmast
Recipients asvetlov, ezio.melotti, michael.foord, rbcollins, rmast, yselivanov
Date 2021-08-21.04:27:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629520052.97.0.572214305384.issue44968@roundup.psfhosted.org>
In-reply-to
Content
A deprecation made in bpo-41322 uncovered issues with test_subprocess_wait_no_same_group in test_asyncio that seems to have been broken for some time.

Reverting to a similar structure prior to the refactoring in https://github.com/python/cpython/commit/658103f84ea860888f8dab9615281ea64fee31b9 using async/await avoids the deprecation error, though it still might not be running correctly.

With the change I tried in https://github.com/python/cpython/commit/658103f84ea860888f8dab9615281ea64fee31b9 there is a message about an `unknown child process`, which makes me think there could be some issues with the subprocess exiting prior to the refactoring ~8 years ago.
History
Date User Action Args
2021-08-21 04:27:33rmastsetrecipients: + rmast, rbcollins, ezio.melotti, michael.foord, asvetlov, yselivanov
2021-08-21 04:27:32rmastsetmessageid: <1629520052.97.0.572214305384.issue44968@roundup.psfhosted.org>
2021-08-21 04:27:32rmastlinkissue44968 messages
2021-08-21 04:27:32rmastcreate