• Mark Hammond's avatar
    Patch #101032, from David Bolen: · b37a3734
    Mark Hammond authored
    This is an enhancement to a prior patch (100941) ...
    [T]his patch removes the risk of deadlock waiting for the child previously present in certain cases. It adds tracking of all file handles returned from an os.popen* call and only waits for the child process, returning the exit code, on the closure of the final file handle to that child.
    b37a3734
posixmodule.c 132 KB