STINNER Victor <vstin...@python.org> added the comment:

> Leveraging GNU Parallel (https://www.gnu.org/software/parallel/) might help 
> simplify implementation. Perhaps that could be used as a subprocess call?

In general, we attempt to avoid depending on the availability of external tool. 
For example, I don't expect this tool to be available on Windows, whereas it 
would be better to support parallel execution on Windows as well.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37873>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to