Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
简单的问题:
我使用 subprocces.call 创建的 python 实例是否会受到与父进程相同的 GIL 的约束?
子进程不共享相同的 GIL。但是subprocess.call确实等待子进程被终止。
subprocess.call