twisted icon indicating copy to clipboard operation
twisted copied to clipboard

Documentation on spawnProcess should document when posix_spawnp is used.

Open p12tic opened this issue 1 year ago • 0 comments

posix_spawnp is not identical to fork+execve. New python versions throw a deprecation warning on os.fork usage. Downstream users may want to adjust usages of spawnProcess to not use fork+execve.

p12tic avatar Jan 03 '24 14:01 p12tic