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