There should be no issues with the GIL, as the functions that are invoked in parallel spawn a subprocess to start a system call and then wait for I/O.
There should be no issues with the GIL, as the functions that are invoked in parallel spawn a subprocess to start a system call and then wait for I/O.