mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
0f3e36454d
If the child process takes longer than SHORT_TIMEOUT seconds to complete, kill the process but then wait until it completes with no timeout to not leak child processes.