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.
我想使用subprocess.Popen().
subprocess.Popen()
是否可以为该进程分配预定的 PID?
据我所知,PID 是由操作系统分配的——完全独立于subprocess. (换句话说,不,你不能分配它——至少不能以任何独立于系统的方式并且没有非常努力地工作)。如果这对您有帮助,您可以从中获取子进程的 PIDPopen ...
subprocess
Popen