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 jkloth
Recipients eryksun, jkloth, vstinner
Date 2022-02-11.01:03:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644541437.15.0.328252359733.issue46716@roundup.psfhosted.org>
In-reply-to
Content
The test only completed once I purposefully terminated the offending Python process.  The only identifying information I noticed was the command-line of `-c "while True: pass"`, indicating it was stuck in either
test_call_timeout() or test_timeout() in test_subprocess.py.

Something to note is that Windows does not, by default, have a concept of process trees whereas terminating a parent automatically kills the children.  Eryk Sun may have additional ideas on how this desired behavior could be accomplished.
History
Date User Action Args
2022-02-11 01:03:57jklothsetrecipients: + jkloth, vstinner, eryksun
2022-02-11 01:03:57jklothsetmessageid: <1644541437.15.0.328252359733.issue46716@roundup.psfhosted.org>
2022-02-11 01:03:57jklothlinkissue46716 messages
2022-02-11 01:03:56jklothcreate