is python subprocess a part of main process
No, the subprocess module in Python allows you to spawn new processes, separate from the main process. These new processes can run independently and perform tasks simultaneously with the main process. However, they are not a part of the main process.
原文地址: https://www.cveoy.top/t/topic/cSZD 著作权归作者所有。请勿转载和采集!