Message413033
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. |
|
Date |
User |
Action |
Args |
2022-02-11 01:03:57 | jkloth | set | recipients:
+ jkloth, vstinner, eryksun |
2022-02-11 01:03:57 | jkloth | set | messageid: <1644541437.15.0.328252359733.issue46716@roundup.psfhosted.org> |
2022-02-11 01:03:57 | jkloth | link | issue46716 messages |
2022-02-11 01:03:56 | jkloth | create | |
|